Searched refs:isAuthorized (Results 1 – 11 of 11) sorted by relevance
| /expo/packages/@expo/cli/src/start/platforms/android/__tests__/ |
| H A D | adbReverse-test.ts | 26 isAuthorized: true, 33 isAuthorized: true, 54 isAuthorized: true, 76 isAuthorized: false, 91 isAuthorized: true, 109 isAuthorized: true, 116 isAuthorized: true,
|
| H A D | adb-test.ts | 152 isAuthorized: true, 190 isAuthorized: false, 197 isAuthorized: true, 204 isAuthorized: true,
|
| H A D | emulator-test.ts | 24 { isAuthorized: true, isBooted: false, name: 'avd1', type: 'emulator' }, 25 { isAuthorized: true, isBooted: false, name: 'avd2', type: 'emulator' },
|
| /expo/packages/@expo/cli/src/start/platforms/android/ |
| H A D | promptAndroidDevice.ts | 14 if (device.isAuthorized) { 31 const type = item.isAuthorized ? item.type : 'unauthorized'; 42 if (device?.isAuthorized === false) {
|
| H A D | adb.ts | 36 isAuthorized: boolean; 223 isAuthorized: Device['isAuthorized']; constant 232 const isAuthorized = props[1] !== 'unauthorized'; constant 234 return { props, type, isAuthorized }; 242 isAuthorized, 248 if (isAuthorized) { 270 isAuthorized,
|
| H A D | adbReverse.ts | 49 if (!device.isAuthorized) { 64 if (!device.isAuthorized) {
|
| H A D | getDevices.ts | 20 isAuthorized: true,
|
| H A D | emulator.ts | 34 isAuthorized: true,
|
| H A D | AndroidDeviceManager.ts | 70 if (this.device.isAuthorized === false) {
|
| /expo/tools/src/commands/ |
| H A D | ClientInstall.ts | 61 if (!device.isAuthorized) {
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | AppleAuthenticationScreen.tsx | 134 isAuthorized(): boolean { 228 {this.isAuthorized() && (
|