Home
last modified time | relevance | path

Searched refs:startService (Results 1 – 3 of 3) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/
H A DLauncherActivity.kt46 startService(ExponentIntentService.getActionStayAwake(applicationContext)) in onCreate()
/expo/packages/@expo/cli/src/run/ios/appleDevice/
H A DClientManager.ts91 const { port: servicePort, enableServiceSSL } = await this.lockdowndClient.startService(name);
/expo/packages/@expo/cli/src/run/ios/appleDevice/client/
H A DLockdowndClient.ts103 async startService(name: string) { method in LockdowndClient