Searched refs:REASON_UNSPECIFIED (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | NumberVerificationCallback.java | 33 @IntDef(value = {REASON_UNSPECIFIED, REASON_TIMED_OUT, REASON_NETWORK_NOT_AVAILABLE, 42 int REASON_UNSPECIFIED = 0; field
|
D | TelephonyManager.java | 7032 callback.onVerificationFailed(NumberVerificationCallback.REASON_UNSPECIFIED)); in requestNumberVerification()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/ |
D | WifiScanningServiceImpl.java | 834 replyFailed(msg, WifiScanner.REASON_UNSPECIFIED, "not available"); in processMessage() 884 sendOpFailedToAllAndClear(mPendingScans, WifiScanner.REASON_UNSPECIFIED, in exit() 1001 sendOpFailedToAllAndClear(mActiveScans, WifiScanner.REASON_UNSPECIFIED, in exit() 1028 sendOpFailedToAllAndClear(mActiveScans, WifiScanner.REASON_UNSPECIFIED, in processMessage() 1225 sendOpFailedToAllAndClear(mPendingScans, WifiScanner.REASON_UNSPECIFIED, in tryToStartNewScan() 1425 replyFailed(msg, WifiScanner.REASON_UNSPECIFIED, "not available"); in processMessage() 1459 WifiScanner.REASON_UNSPECIFIED, "Scan was interrupted"); in exit() 1523 WifiScanner.REASON_UNSPECIFIED, "Background Scan failed"); in processMessage() 1943 replyFailed(msg, WifiScanner.REASON_UNSPECIFIED, "not available"); in processMessage() 1967 WifiScanner.REASON_UNSPECIFIED, "Scan was interrupted"); in exit() [all …]
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/ |
D | WifiScanningServiceTest.java | 513 verifyFailedResponse(order, handler, 122, WifiScanner.REASON_UNSPECIFIED, "not available"); in startService() 615 verifyFailedResponse(order, handler, 122, WifiScanner.REASON_UNSPECIFIED, "not available"); in rejectBackgroundScanRequestWhenHalReturnsInvalidCapabilities() 631 verifyFailedResponse(order, handler, 122, WifiScanner.REASON_UNSPECIFIED, "not available"); in rejectBackgroundScanRequestWhenScannerImplCreateFails() 947 assertFailedResponse(requestId, WifiScanner.REASON_UNSPECIFIED, in sendSingleScanRequestWhichFailsToStart() 991 WifiScanner.REASON_UNSPECIFIED, "Scan failed"); in sendSingleScanRequestWhichFailsAfterStart() 993 "reason=" + WifiScanner.REASON_UNSPECIFIED + ", Scan failed"); in sendSingleScanRequestWhichFailsAfterStart() 1093 verifyFailedResponse(order, handler, requestId, WifiScanner.REASON_UNSPECIFIED, in sendSingleScanRequestThenDisableWifi() 1133 verifyFailedResponse(order, handler, requestId, WifiScanner.REASON_UNSPECIFIED, in sendSingleScanRequestThenDisableWifiAfterScanCompleteButBeforeReportingResults() 1186 assertFailedResponse(requestId1, WifiScanner.REASON_UNSPECIFIED, in sendSingleScanAndPendingScanAndListenerThenDisableWifi() 1188 assertFailedResponse(requestId2, WifiScanner.REASON_UNSPECIFIED, in sendSingleScanAndPendingScanAndListenerThenDisableWifi() [all …]
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | RttManager.java | 138 public static final int REASON_UNSPECIFIED = -1; field in RttManager 978 int localCode = REASON_UNSPECIFIED; in startRanging()
|
D | WifiScanner.java | 147 public static final int REASON_UNSPECIFIED = -1; field in WifiScanner
|
/frameworks/base/wifi/api/ |
D | system-current.txt | 45 field @Deprecated public static final int REASON_UNSPECIFIED = -1; // 0xffffffff 632 field public static final int REASON_UNSPECIFIED = -1; // 0xffffffff
|
/frameworks/base/telephony/api/ |
D | system-current.txt | 356 field public static final int REASON_UNSPECIFIED = 0; // 0x0
|
/frameworks/base/api/ |
D | system-current.txt | 6842 field @Deprecated public static final int REASON_UNSPECIFIED = -1; // 0xffffffff 7466 field public static final int REASON_UNSPECIFIED = -1; // 0xffffffff 10836 field public static final int REASON_UNSPECIFIED = 0; // 0x0
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 9718 field public static final int REASON_UNSPECIFIED = 0; // 0x0
|