Searched refs:getDeviceIdentifier (Results 1 – 5 of 5) sorted by relevance
54 void getDeviceIdentifier(in RemoteCallback callback); in getDeviceIdentifier() method
93 public void getDeviceIdentifier(RemoteCallback remoteCallback) {
186 }).when(mDeviceLockControllerService).getDeviceIdentifier(any(RemoteCallback.class)); in getDeviceId_withIMEIType_shouldReturnIMEI()215 }).when(mDeviceLockControllerService).getDeviceIdentifier(any(RemoteCallback.class)); in getDeviceId_withMEIDType_shouldReturnMEID()
191 serviceStub.getDeviceIdentifier(new RemoteCallback((result -> {}))); in getDeviceIdentifier_shouldLogKioskRequest()
379 mDeviceLockControllerService.getDeviceIdentifier(remoteCallback);