Home
last modified time | relevance | path

Searched refs:ERROR_GENERIC (Results 1 – 19 of 19) sorted by relevance

/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ipmemorystore/
DStatus.java31 public static final int ERROR_GENERIC = -1; field in Status
65 case ERROR_GENERIC: return "GENERIC ERROR"; in toString()
/packages/modules/NetworkStack/src/com/android/networkstack/ipmemorystore/
DIpMemoryStoreService.java20 import static android.net.ipmemorystore.Status.ERROR_GENERIC;
248 return ERROR_GENERIC; in storeNetworkAttributesAndBlobSync()
326 listener.onSameL3NetworkResponse(makeStatus(ERROR_GENERIC), null); in isSameNetwork()
365 listener.onNetworkAttributesRetrieved(makeStatus(ERROR_GENERIC), l2Key, null); in retrieveNetworkAttributes()
404 listener.onBlobRetrieved(makeStatus(ERROR_GENERIC), l2Key, name, null); in retrieveBlob()
DIpMemoryStoreDatabase.java707 if (cursor == null || cursor.getCount() <= 0) return Status.ERROR_GENERIC; in dropNumberOfRecords()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DLocalOnlyHotspotRequestInfoTest.java159 WifiManager.LocalOnlyHotspotCallback.ERROR_GENERIC); in verifySendFailedMessage()
160 verify(mCallback).onHotspotFailed(WifiManager.LocalOnlyHotspotCallback.ERROR_GENERIC); in verifySendFailedMessage()
DWifiServiceImplTest.java42 import static android.net.wifi.WifiManager.LocalOnlyHotspotCallback.ERROR_GENERIC;
3930 TEST_FEATURE_ID, exclusiveConfig, mExtras)).isEqualTo(ERROR_GENERIC); in testCustomLohs_ExclusiveAfterShared()
3951 TEST_FEATURE_ID, null, mExtras)).isEqualTo(ERROR_GENERIC); in testCustomLohs_ExclusiveBeforeShared()
4375 verify(mLohsCallback).onHotspotFailed(ERROR_GENERIC); in testRegisteredCallbacksTriggeredOnSoftApFailureGeneric()
4489 changeLohsState(WIFI_AP_STATE_FAILED, WIFI_AP_STATE_FAILED, ERROR_GENERIC); in testRegisteredCallbacksTriggeredOnlyOnceWhenSoftApFailsTwice()
4490 changeLohsState(WIFI_AP_STATE_FAILED, WIFI_AP_STATE_FAILED, ERROR_GENERIC); in testRegisteredCallbacksTriggeredOnlyOnceWhenSoftApFailsTwice()
4493 verify(mLohsCallback).onHotspotFailed(ERROR_GENERIC); in testRegisteredCallbacksTriggeredOnlyOnceWhenSoftApFailsTwice()
4513 changeLohsState(WIFI_AP_STATE_FAILED, WIFI_AP_STATE_FAILED, ERROR_GENERIC); in testAllRegisteredCallbacksTriggeredWhenSoftApFails()
4514 changeLohsState(WIFI_AP_STATE_FAILED, WIFI_AP_STATE_FAILED, ERROR_GENERIC); in testAllRegisteredCallbacksTriggeredWhenSoftApFails()
4516 verify(mRequestInfo).sendHotspotFailedMessage(ERROR_GENERIC); in testAllRegisteredCallbacksTriggeredWhenSoftApFails()
[all …]
/packages/services/Car/tests/CarLibTests/src/android/car/
DCarProjectionManagerTest.java19 import static android.car.CarProjectionManager.ProjectionAccessPointCallback.ERROR_GENERIC;
105 assertThat(mApCallback.mFailureReason).isEqualTo(ERROR_GENERIC); in startAp_fail()
/packages/services/Car/service/src/com/android/car/
DCarProjectionService.java18 import static android.car.CarProjectionManager.ProjectionAccessPointCallback.ERROR_GENERIC;
684 sendApFailed(ERROR_GENERIC); in startTetheredApLocked()
1118 reason = ProjectionAccessPointCallback.ERROR_GENERIC; in onStateChanged()
1271 reason = ERROR_GENERIC; in onFailed()
/packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/ipmemorystore/
DRegularMaintenanceJobServiceTest.kt148 @Test fun testListenToMaintenanceFailure() = testListenToMaintenance(Status.ERROR_GENERIC) in <lambda>()
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeCarProjectionService.java128 message.arg1 = ProjectionAccessPointCallback.ERROR_GENERIC; in startProjectionAccessPoint()
/packages/services/Car/car-lib/src/android/car/
DCarProjectionManager.java773 public static final int ERROR_GENERIC = 2; field in CarProjectionManager.ProjectionAccessPointCallback
840 callback.onFailed(ProjectionAccessPointCallback.ERROR_GENERIC); in ProjectionAccessPointCallbackProxy()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java27 import static android.net.wifi.WifiManager.LocalOnlyHotspotCallback.ERROR_GENERIC;
2379 LocalOnlyHotspotCallback.ERROR_GENERIC); in updateInterfaceIpState()
2385 LocalOnlyHotspotCallback.ERROR_GENERIC); in updateInterfaceIpState()
2465 return LocalOnlyHotspotCallback.ERROR_GENERIC; in start()
2482 return LocalOnlyHotspotCallback.ERROR_GENERIC; in start()
2597 int errorToReport = ERROR_GENERIC; in onStateChanged()
2617 sendHotspotFailedMessageToAllLOHSRequestInfoEntriesLocked(ERROR_GENERIC); in onStateChanged()
2747 return LocalOnlyHotspotCallback.ERROR_GENERIC; in startLocalOnlyHotspot()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java27 import static android.net.wifi.WifiManager.LocalOnlyHotspotCallback.ERROR_GENERIC;
944 assertEquals(ERROR_GENERIC, callback.mFailureReason); in testOnStartedIsCalledWithNullConfig()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiManager.java7122 public static final int ERROR_GENERIC = 2; field in WifiManager.LocalOnlyHotspotCallback
7184 onHotspotFailed(LocalOnlyHotspotCallback.ERROR_GENERIC); in onHotspotStarted()
/packages/modules/Wifi/framework/api/
Dcurrent.txt667 field public static final int ERROR_GENERIC = 2; // 0x2
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt805 field TIRAMISU_0 int ERROR_GENERIC = 2;
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt210 field public static final int ERROR_GENERIC = 2; // 0x2
/packages/services/Car/car-lib/api/
Dsystem-current.txt210 field public static final int ERROR_GENERIC = 2; // 0x2
Dtest-current.txt213 field public static final int ERROR_GENERIC = 2; // 0x2
Dsystem-lint-baseline.txt1258 UnflaggedApi: android.car.CarProjectionManager.ProjectionAccessPointCallback#ERROR_GENERIC:
1259 …ith @FlaggedApi: field android.car.CarProjectionManager.ProjectionAccessPointCallback.ERROR_GENERIC