Home
last modified time | relevance | path

Searched defs:status (Results 1 – 25 of 611) sorted by relevance

12345678910>>...25

/packages/apps/ImsServiceEntitlement/tests/unittests/src/com/android/imsserviceentitlement/ts43/
DTs43VowifiStatusTest.java35 Ts43VowifiStatus status = in ts43VowifiStatus_vowifiAvailable_vowifiEntitled() local
51 Ts43VowifiStatus status = in ts43VowifiStatus_addressNotRequired_vowifiEntitled() local
67 Ts43VowifiStatus status = in ts43VowifiStatus_tcStatusNotRequired_vowifiEntitled() local
83 Ts43VowifiStatus status = in ts43VowifiStatus_provisionNotRequired_vowifiEntitled() local
99 Ts43VowifiStatus status = in ts43VowifiStatus_addressNotAvailable_serverDataMissing() local
115 Ts43VowifiStatus status = in ts43VowifiStatus_tcStatusAvailable_serverDataMissing() local
131 Ts43VowifiStatus status = in ts43VowifiStatus_entitlementStatusProvisioning_inProgress() local
147 Ts43VowifiStatus status = in ts43VowifiStatus_addressInProgress_inProgress() local
163 Ts43VowifiStatus status = in ts43VowifiStatus_tcStatusInProgress_inProgress() local
179 Ts43VowifiStatus status = in ts43VowifiStatus_provStatusNotProvisioned_inProgress() local
[all …]
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogInternalHandlerTest.cpp172 Status status = mWatchdogInternalHandler->registerCarWatchdogService(service); in TEST_F() local
181 Status status = mWatchdogInternalHandler->registerCarWatchdogService(service); in TEST_F() local
193 Status status = mWatchdogInternalHandler->registerCarWatchdogService(service); in TEST_F() local
203 Status status = mWatchdogInternalHandler->unregisterCarWatchdogService(service); in TEST_F() local
211 Status status = mWatchdogInternalHandler->unregisterCarWatchdogService(service); in TEST_F() local
221 Status status = mWatchdogInternalHandler->unregisterCarWatchdogService(service); in TEST_F() local
230 Status status = mWatchdogInternalHandler->registerMonitor(monitor); in TEST_F() local
237 Status status = mWatchdogInternalHandler->registerMonitor(monitor); in TEST_F() local
246 Status status = mWatchdogInternalHandler->unregisterMonitor(monitor); in TEST_F() local
253 Status status = mWatchdogInternalHandler->unregisterMonitor(monitor); in TEST_F() local
[all …]
DWatchdogServiceHelperTest.cpp125 Status status = mWatchdogServiceHelper->registerService(mMockCarWatchdogServiceForSystem); in registerCarWatchdogService() local
189 Status status = mWatchdogServiceHelper->registerService(mMockCarWatchdogServiceForSystem); in TEST_F() local
230 Status status = mWatchdogServiceHelper->unregisterService(mMockCarWatchdogServiceForSystem); in TEST_F() local
248 Status status = mWatchdogServiceHelper->checkIfAlive(mMockCarWatchdogServiceForSystemBinder, 0, in TEST_F() local
257 Status status = mWatchdogServiceHelper->checkIfAlive(new MockBinder(), 0, in TEST_F() local
265 Status status = mWatchdogServiceHelper->checkIfAlive(mMockCarWatchdogServiceForSystemBinder, 0, in TEST_F() local
276 Status status = mWatchdogServiceHelper->checkIfAlive(mMockCarWatchdogServiceForSystemBinder, 0, in TEST_F() local
286 Status status = mWatchdogServiceHelper->prepareProcessTermination( in TEST_F() local
296 Status status = mWatchdogServiceHelper->prepareProcessTermination(new MockBinder()); in TEST_F() local
304 Status status = mWatchdogServiceHelper->prepareProcessTermination( in TEST_F() local
[all …]
DWatchdogBinderMediatorTest.cpp240 Status status = mWatchdogBinderMediator->registerClient(client, timeout); in TEST_F() local
248 Status status = mWatchdogBinderMediator->unregisterClient(client); in TEST_F() local
256 Status status = mWatchdogBinderMediator->tellClientAlive(client, 456); in TEST_F() local
265 Status status = in TEST_F() local
287 Status status = mWatchdogBinderMediator->removeResourceOveruseListener(listener); in TEST_F() local
306 Status status = mWatchdogBinderMediator->getResourceOveruseStats({ResourceType::IO}, &actual); in TEST_F() local
326 Status status = mWatchdogBinderMediator->registerMediator(nullptr); in TEST_F() local
331 Status status = mWatchdogBinderMediator->unregisterMediator(nullptr); in TEST_F() local
336 Status status = mWatchdogBinderMediator->registerMonitor(nullptr); in TEST_F() local
341 Status status = mWatchdogBinderMediator->unregisterMonitor(nullptr); in TEST_F() local
[all …]
/packages/apps/Nfc/nci/jni/extns/pn54x/src/
DphNxpExtns.cpp58 NFCSTATUS status = NFCSTATUS_FAILED; in EXTNS_Init() local
112 NFCSTATUS status = NFCSTATUS_SUCCESS; in EXTNS_MfcCallBack() local
144 NFCSTATUS status = NFCSTATUS_SUCCESS; in EXTNS_MfcCheckNDef() local
175 NFCSTATUS status = NFCSTATUS_SUCCESS; in EXTNS_MfcReadNDef() local
203 NFCSTATUS status = NFCSTATUS_SUCCESS; in EXTNS_MfcPresenceCheck() local
244 NFCSTATUS status = NFCSTATUS_SUCCESS; in EXTNS_MfcSetReadOnly() local
277 NFCSTATUS status = NFCSTATUS_SUCCESS; in EXTNS_MfcWriteNDef() local
308 NFCSTATUS status = NFCSTATUS_SUCCESS; in EXTNS_MfcFormatTag() local
336 NFCSTATUS status = NFCSTATUS_SUCCESS; in EXTNS_MfcDisconnect() local
364 NFCSTATUS status = NFCSTATUS_SUCCESS; in EXTNS_MfcActivated() local
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java1385 mISupplicantStaNetwork.getId((SupplicantStatus status, int idValue) -> { in getId()
1415 SupplicantStatus status = mISupplicantStaNetwork.registerCallback(callback); in registerCallback() local
1434 android.hardware.wifi.supplicant.V1_4.SupplicantStatus status = in registerCallback_1_4() local
1450 SupplicantStatus status = mISupplicantStaNetwork.setSsid(ssid); in setSsid() local
1482 SupplicantStatus status = mISupplicantStaNetwork.setBssid(bssid); in setBssid() local
1497 SupplicantStatus status = mISupplicantStaNetwork.setScanSsid(enable); in setScanSsid() local
1512 SupplicantStatus status; in setKeyMgmt() local
1546 SupplicantStatus status; in setProto() local
1571 SupplicantStatus status; in setAuthAlg() local
1610 SupplicantStatus status; in setGroupCipher() local
[all …]
DWifiVendorHal.java144 private boolean ok(WifiStatus status) { in ok()
767 WifiStatus status = in registerStaIfaceCallback() local
784 WifiStatus status; in registerChipCallback() local
852 iface.getBackgroundScanCapabilities((status, cap) -> { in getBgScanCapabilities() argument
1011 WifiStatus status; in startBgScan() local
1042 WifiStatus status; in stopBgScan() local
1063 WifiStatus status; in pauseBgScan() local
1085 WifiStatus status; in restartBgScan() local
1144 iface.getLinkLayerStats((status, stats) -> { in getWifiLinkLayerStats_internal() argument
1167 iface.getLinkLayerStats_1_3((status, stats) -> { in getWifiLinkLayerStats_1_3_Internal() argument
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeCallback.java168 public void notifyCapabilitiesResponse(short id, WifiNanStatus status, in notifyCapabilitiesResponse()
190 public void notifyCapabilitiesResponse_1_5(short id, WifiNanStatus status, in notifyCapabilitiesResponse_1_5()
241 public void notifyEnableResponse(short id, WifiNanStatus status) { in notifyEnableResponse()
257 public void notifyConfigResponse(short id, WifiNanStatus status) { in notifyConfigResponse()
268 public void notifyDisableResponse(short id, WifiNanStatus status) { in notifyDisableResponse()
281 public void notifyStartPublishResponse(short id, WifiNanStatus status, byte publishId) { in notifyStartPublishResponse()
295 public void notifyStopPublishResponse(short id, WifiNanStatus status) { in notifyStopPublishResponse()
309 public void notifyStartSubscribeResponse(short id, WifiNanStatus status, byte subscribeId) { in notifyStartSubscribeResponse()
323 public void notifyStopSubscribeResponse(short id, WifiNanStatus status) { in notifyStopSubscribeResponse()
338 public void notifyTransmitFollowupResponse(short id, WifiNanStatus status) { in notifyTransmitFollowupResponse()
[all …]
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogInternalHandler.cpp86 Status status = checkSystemUser(); in registerCarWatchdogService() local
104 Status status = checkSystemUser(); in unregisterCarWatchdogService() local
115 Status status = checkSystemUser(); in registerMonitor() local
126 Status status = checkSystemUser(); in unregisterMonitor() local
139 Status status = checkSystemUser(); in tellCarWatchdogServiceAlive() local
151 Status status = checkSystemUser(); in tellDumpFinished() local
163 Status status = checkSystemUser(); in notifySystemStateChange() local
231 Status status = checkSystemUser(); in updateResourceOveruseConfigurations() local
246 Status status = checkSystemUser(); in getResourceOveruseConfigurations() local
261 Status status = checkSystemUser(); in actionTakenOnResourceOveruse() local
/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
DphNxpExtns_MifareStd.cpp99 NFCSTATUS status = NFCSTATUS_FAILED; in phNxpExtns_MfcModuleDeInit() local
182 NFCSTATUS status = NFCSTATUS_FAILED; in phNxpExtns_MfcModuleInit() local
299 NFCSTATUS status = NFCSTATUS_FAILED; in Mfc_CheckNdef() local
336 static void Mfc_CheckNdef_Completion_Routine(void* NdefCtxt, NFCSTATUS status) { in Mfc_CheckNdef_Completion_Routine()
386 static void Mfc_ReadNdef_Completion_Routine(void* NdefCtxt, NFCSTATUS status) { in Mfc_ReadNdef_Completion_Routine()
426 static void Mfc_WriteNdef_Completion_Routine(void* NdefCtxt, NFCSTATUS status) { in Mfc_WriteNdef_Completion_Routine()
449 NFCSTATUS status) { in Mfc_FormatNdef_Completion_Routine()
530 static void Mfc_SetRdOnly_Completion_Routine(void* NdefCtxt, NFCSTATUS status) { in Mfc_SetRdOnly_Completion_Routine()
555 NFCSTATUS status = NFCSTATUS_FAILED; in Mfc_SetReadOnly() local
609 NFCSTATUS status = NFCSTATUS_FAILED; in Mfc_ReadNdef() local
[all …]
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/ttls/
DEapTtlsInboundFragmentationHelperTest.java92 int status = in testInboundFragmentation_initialFragment() local
108 int status = mFragmentationHelper.assembleInboundMessage(EAP_TTLS_TYPE_DATA_FINAL_FRAGMENT); in testInboundFragmentation_finalFragment() local
121 int status = in testInboundFragmentation_secondFragment_lengthIncluded() local
130 int status = in testInboundFragmentation_invalidLength() local
139 int status = mFragmentationHelper.assembleInboundMessage(EAP_TTLS_TYPE_DATA); in testInboundFragmentation_noFragmentation() local
/packages/apps/Dialer/java/com/android/voicemail/impl/
DDefaultOmtpEventHandler.java31 VoicemailStatus.Editor status, in handleEvent()
52 Context context, VoicemailStatus.Editor status, OmtpEvents event) { in handleConfigurationEvent()
90 Context context, VoicemailStatus.Editor status, OmtpEvents event) { in handleDataChannelEvent()
156 VoicemailStatus.Editor status, in handleNotificationChannelEvent()
180 Context context, VoicemailStatus.Editor status, OmtpEvents event) { in handleOtherEvent()
/packages/modules/NeuralNetworks/driver/sample/
DSampleDriverUtils.cpp27 void notify(const sp<V1_0::IPreparedModelCallback>& callback, const V1_3::ErrorStatus& status, in notify()
35 void notify(const sp<V1_2::IPreparedModelCallback>& callback, const V1_3::ErrorStatus& status, in notify()
44 void notify(const sp<V1_3::IPreparedModelCallback>& callback, const V1_3::ErrorStatus& status, in notify()
53 void notify(const sp<V1_0::IExecutionCallback>& callback, const V1_3::ErrorStatus& status, in notify()
61 void notify(const sp<V1_2::IExecutionCallback>& callback, const V1_3::ErrorStatus& status, in notify()
69 void notify(const sp<V1_3::IExecutionCallback>& callback, const V1_3::ErrorStatus& status, in notify()
/packages/services/Car/cpp/computepipe/runner/client_interface/
DAidlClientImpl.cpp94 Status status = ToAidlPacketType(packetHandle->getType(), &desc.type); in DispatchSemanticData() local
123 Status status = ToAidlPacketType(packetHandle->getType(), &desc.type); in DispatchPixelData() local
212 Status status = mEngine->processClientConfigUpdate(configurationCommand); in setPipeInputSource() local
224 Status status = mEngine->processClientConfigUpdate(configurationCommand); in setPipeOffloadOptions() local
236 Status status = mEngine->processClientConfigUpdate(configurationCommand); in setPipeTermination() local
283 Status status = mEngine->processClientConfigUpdate(configurationCommand); in setPipeOutputConfig() local
300 Status status = mEngine->processClientCommand(controlCommand); in applyPipeConfigs() local
312 Status status = mEngine->processClientCommand(controlCommand); in resetPipeConfigs() local
320 Status status = mEngine->processClientCommand(controlCommand); in startPipe() local
328 Status status = mEngine->processClientCommand(controlCommand); in stopPipe() local
[all …]
DDebuggerImpl.cpp77 Status status = RecursiveCreateDir(parentDirName); in RecursiveCreateDir() local
103 Status status = engineSp->processClientConfigUpdate(command); in setPipeProfileOptions() local
118 Status status = engineSp->processClientCommand(controlCommand); in startPipeProfiling() local
129 Status status = engineSp->processClientCommand(controlCommand); in stopPipeProfiling() local
180 Status status = engineSp->processClientCommand(controlCommand); in releaseDebugger() local
230 Status status = RecursiveCreateDir(mProfilingDataDirName); in deliverGraphDebugInfo() local
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DCallbackInfo.java27 public int status; field in CallbackInfo
30 CallbackInfo(String address, int status, int handle) { in CallbackInfo()
36 CallbackInfo(String address, int status) { in CallbackInfo()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothShare.java276 public static boolean isStatusInformational(int status) { in isStatusInformational()
284 public static boolean isStatusSuspended(int status) { in isStatusSuspended()
291 public static boolean isStatusSuccess(int status) { in isStatusSuccess()
298 public static boolean isStatusError(int status) { in isStatusError()
305 public static boolean isStatusClientError(int status) { in isStatusClientError()
312 public static boolean isStatusServerError(int status) { in isStatusServerError()
320 public static boolean isStatusCompleted(int status) { in isStatusCompleted()
/packages/modules/Wifi/framework/java/android/net/wifi/
DIDppCallback.aidl36 void onSuccess(int status); in onSuccess()
41 void onFailure(int status, String ssid, String channelList, in int[] bandArray); in onFailure()
47 void onProgress(int status); in onProgress()
/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/error/
DOmtpVoicemailMessageCreator.java49 Context context, VoicemailStatus status, final VoicemailStatusReader statusReader) { in create()
139 public static boolean isSyncBlockingError(VoicemailStatus status) { in isSyncBlockingError()
160 Context context, VoicemailStatus status, VoicemailStatusReader statusReader) { in checkQuota()
171 Context context, VoicemailStatus status, VoicemailStatusReader statusReader) { in createInboxErrorMessage()
259 VoicemailStatus status, in createVMQuotaPromo()
288 Context context, VoicemailStatus status) { in createNoSignalMessage()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DWordListPreference.java72 final String description, final int status, final int filesize) { in WordListPreference()
89 public void setStatus(final int status) { in setStatus()
95 public boolean hasStatus(final int status) { in hasStatus()
112 private String getSummary(final int status) { in getSummary()
152 static int getButtonSwitcherStatus(final int status) { in getButtonSwitcherStatus()
160 static int getActionIdFromStatusAndMenuEntry(final int status) { in getActionIdFromStatusAndMenuEntry()
220 final TextView status = (TextView)view.findViewById(android.R.id.summary); in onBindView() local
/packages/services/Car/tests/carservice_unit_test/src/android/car/admin/
DCarDevicePolicyManagerUnitTest.java64 int status = UserRemovalResult.STATUS_SUCCESSFUL; in testRemoveUser_success() local
99 int status = UserCreationResult.STATUS_SUCCESSFUL; in testCreateUser_success() local
184 private void mockRemoveUser(@UserIdInt int userId, int status) throws Exception { in mockRemoveUser()
194 private void mockCreateUser(String name, @NonNull UserInfo user, int status) throws Exception { in mockCreateUser()
204 private void mockStartUserInBackground(@UserIdInt int userId, int status) throws Exception { in mockStartUserInBackground()
214 private void mockStopUser(@UserIdInt int userId, int status) throws Exception { in mockStopUser()
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattClientListener.java184 public void onConnectionStateChange(BluetoothGatt gatt, int status, in onConnectionStateChange()
213 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered()
220 BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicRead()
226 BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicWrite()
242 int status) { in onDescriptorRead()
248 int status) { in onDescriptorWrite()
253 public void onReliableWriteCompleted(BluetoothGatt gatt, int status) { in onReliableWriteCompleted()
258 public void onReadRemoteRssi(BluetoothGatt gatt, int rssi, int status) { in onReadRemoteRssi()
263 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { in onMtuChanged()
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/
DIProvisioningCallback.aidl29 void onProvisioningFailure(int status); in onProvisioningFailure()
34 void onProvisioningStatus(int status); in onProvisioningStatus()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DRecapitalizeStatusTests.java38 final RecapitalizeStatus status = new RecapitalizeStatus(); in testTrim() local
66 final RecapitalizeStatus status = new RecapitalizeStatus(); in testRotate() local
/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/
DStatusAndCount.java23 public final int status; field in StatusAndCount
25 public StatusAndCount(final int status, final int count) { in StatusAndCount()

12345678910>>...25