/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/provision/worker/ |
D | IsDeviceInApprovedCountryWorkerTest.java | 69 when(mClient.isDeviceInApprovedCountry(any())).thenReturn(mResponse); in setUp() 94 when(mResponse.isDeviceInApprovedCountry()).thenReturn(true); in doWork_responseIsSuccessful_isInApprovedCountry_correctResultAndLog() 109 when(mResponse.isDeviceInApprovedCountry()).thenReturn(false); in doWork_responseIsSuccessful_isNotInApprovedCountry_correctResultAndLog() 124 when(mResponse.isDeviceInApprovedCountry()).thenReturn(false); in doWork_responseIsNotSuccessful_failureResultAndLog()
|
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/provision/grpc/impl/ |
D | DeviceCheckInClientImpl.java | 215 public IsDeviceInApprovedCountryGrpcResponse isDeviceInApprovedCountry( in isDeviceInApprovedCountry() method in DeviceCheckInClientImpl 219 isDeviceInApprovedCountry(carrierInfo, mDefaultBlockingStub); in isDeviceInApprovedCountry() 230 return isDeviceInApprovedCountry(carrierInfo, stub); in isDeviceInApprovedCountry() 235 private IsDeviceInApprovedCountryGrpcResponse isDeviceInApprovedCountry( in isDeviceInApprovedCountry() method in DeviceCheckInClientImpl 240 .isDeviceInApprovedCountry(createIsDeviceInApprovedCountryRequest( in isDeviceInApprovedCountry()
|
D | IsDeviceInApprovedCountryGrpcResponseWrapper.java | 46 public boolean isDeviceInApprovedCountry() { in isDeviceInApprovedCountry() method in IsDeviceInApprovedCountryGrpcResponseWrapper
|
D | GetDeviceCheckInStatusGrpcResponseWrapper.java | 158 public boolean isDeviceInApprovedCountry() { in isDeviceInApprovedCountry() method in GetDeviceCheckInStatusGrpcResponseWrapper
|
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/debug/ |
D | DeviceCheckInClientDebug.java | 186 public boolean isDeviceInApprovedCountry() { in getDeviceCheckInStatus() method in DeviceCheckInClientDebug 204 public IsDeviceInApprovedCountryGrpcResponse isDeviceInApprovedCountry( 209 public boolean isDeviceInApprovedCountry() {
|
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/provision/worker/ |
D | IsDeviceInApprovedCountryWorker.java | 68 client.isDeviceInApprovedCountry(carrierInfo); in startWork() 79 response.isDeviceInApprovedCountry()).build()); in startWork()
|
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/provision/grpc/impl/ |
D | DeviceCheckinClientImplTest.java | 353 mDeviceCheckInClientImpl.isDeviceInApprovedCountry(TEST_CARRIER_INFO))) in isDeviceInApprovedCountry_succeeds() 391 mDeviceCheckInClientImpl.isDeviceInApprovedCountry(TEST_CARRIER_INFO))) in isDeviceInApprovedCountry_noDefaultConnectivity_fallsBackToNonVpn() 419 mDeviceCheckInClientImpl.isDeviceInApprovedCountry(TEST_CARRIER_INFO))) in isDeviceInApprovedCountry_noConnectivityOrNonVpnNetwork_isNotSuccessful() 452 mDeviceCheckInClientImpl.isDeviceInApprovedCountry(TEST_CARRIER_INFO))) in isDeviceInApprovedCountry_lostNonVpnConnection_isNotSuccessful() 759 public void isDeviceInApprovedCountry(IsDeviceInApprovedCountryRequest req, in makeSucceedingService() method in DeviceCheckinClientImplTest 800 public void isDeviceInApprovedCountry(IsDeviceInApprovedCountryRequest req,
|
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/provision/grpc/ |
D | IsDeviceInApprovedCountryGrpcResponse.java | 42 public abstract boolean isDeviceInApprovedCountry(); in isDeviceInApprovedCountry() method in IsDeviceInApprovedCountryGrpcResponse
|
D | GetDeviceCheckInStatusGrpcResponse.java | 103 public abstract boolean isDeviceInApprovedCountry(); in isDeviceInApprovedCountry() method in GetDeviceCheckInStatusGrpcResponse
|
D | DeviceCheckInClient.java | 158 public abstract IsDeviceInApprovedCountryGrpcResponse isDeviceInApprovedCountry( in isDeviceInApprovedCountry() method in DeviceCheckInClient
|