HomeSort by relevance Sort by last modified time
    Searched refs:failureReason (Results 1 - 10 of 10) sorted by null

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DcTrackerTest.java 426 DataAllowFailReason failureReason = new DataAllowFailReason();
427 boolean allowed = isDataAllowed(failureReason);
428 assertFalse(failureReason.getDataAllowFailReason(), allowed);
464 failureReason.clearAllReasons();
465 allowed = isDataAllowed(failureReason);
466 assertTrue(failureReason.getDataAllowFailReason(), allowed);
491 DataAllowFailReason failureReason = new DataAllowFailReason();
492 boolean allowed = isDataAllowed(failureReason);
493 assertFalse(failureReason.getDataAllowFailReason(), allowed);
530 failureReason.clearAllReasons()
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SoftApManager.java 73 * @param failureReason reason when in failed state
75 void onStateChanged(int state, int failureReason);
304 int failureReason = WifiManager.SAP_START_FAILURE_GENERAL;
306 failureReason = WifiManager.SAP_START_FAILURE_NO_CHANNEL;
310 updateApState(WifiManager.WIFI_AP_STATE_FAILED, failureReason);
311 mWifiMetrics.incrementSoftApStartResult(false, failureReason);
  /hardware/interfaces/wifi/supplicant/1.0/
ISupplicantP2pIfaceCallback.hal 147 * @param failureReason Failure reason string for debug purposes.
149 oneway onGroupFormationFailure(string failureReason);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java 172 StringBuilder failureReason = new StringBuilder();
173 failureReason.append("isDataAllowed: No");
175 failureReason.append(reason.mFailReasonStr);
177 return failureReason.toString();
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
SupplicantP2pIfaceCallback.java 240 * @param failureReason Failure reason string for debug purposes.
242 public void onGroupFormationFailure(String failureReason) {
243 // TODO(ender): failureReason should probably be an int (P2pStatusCode).
244 logd("Group formation failed on " + mInterface + ": " + failureReason);
245 mMonitor.broadcastP2pGroupFormationFailure(mInterface, failureReason);
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiManagerTest.java 728 int failureReason = -1;
755 failureReason = reason;
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-ecr/1.11.18/
aws-java-sdk-ecr-1.11.18.jar 
  /external/robolectric/v3/libs/
sqlite4java-0.282.jar 
  /prebuilts/misc/common/robolectric/lib/
sqlite4java-0.282.jar 
  /prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/sqlite4java/0.282/
sqlite4java-0.282.jar 

Completed in 457 milliseconds