Home
last modified time | relevance | path

Searched refs:isAuthorized (Results 1 – 11 of 11) sorted by relevance

/expo/packages/@expo/cli/src/start/platforms/android/__tests__/
H A DadbReverse-test.ts26 isAuthorized: true,
33 isAuthorized: true,
54 isAuthorized: true,
76 isAuthorized: false,
91 isAuthorized: true,
109 isAuthorized: true,
116 isAuthorized: true,
H A Dadb-test.ts152 isAuthorized: true,
190 isAuthorized: false,
197 isAuthorized: true,
204 isAuthorized: true,
H A Demulator-test.ts24 { 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 DpromptAndroidDevice.ts14 if (device.isAuthorized) {
31 const type = item.isAuthorized ? item.type : 'unauthorized';
42 if (device?.isAuthorized === false) {
H A Dadb.ts36 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 DadbReverse.ts49 if (!device.isAuthorized) {
64 if (!device.isAuthorized) {
H A DgetDevices.ts20 isAuthorized: true,
H A Demulator.ts34 isAuthorized: true,
H A DAndroidDeviceManager.ts70 if (this.device.isAuthorized === false) {
/expo/tools/src/commands/
H A DClientInstall.ts61 if (!device.isAuthorized) {
/expo/apps/native-component-list/src/screens/
H A DAppleAuthenticationScreen.tsx134 isAuthorized(): boolean {
228 {this.isAuthorized() && (