/frameworks/base/wifi/java/android/net/wifi/nan/ |
D | IWifiNanSessionListener.aidl | 26 void onPublishFail(int reason); in onPublishFail() 27 void onPublishTerminated(int reason); in onPublishTerminated() 29 void onSubscribeFail(int reason); in onSubscribeFail() 30 void onSubscribeTerminated(int reason); in onSubscribeTerminated() 36 void onMessageSendFail(int messageId, int reason); in onMessageSendFail()
|
D | WifiNanSessionListener.java | 235 public void onPublishFail(int reason) { in onPublishFail() 248 public void onPublishTerminated(int reason) { in onPublishTerminated() 260 public void onSubscribeFail(int reason) { in onSubscribeFail() 274 public void onSubscribeTerminated(int reason) { in onSubscribeTerminated() 328 public void onMessageSendFail(int messageId, int reason) { in onMessageSendFail()
|
D | IWifiNanEventListener.aidl | 29 void onConfigFailed(in ConfigRequest failedConfig, int reason); in onConfigFailed() 30 void onNanDown(int reason); in onNanDown()
|
D | WifiNanEventListener.java | 133 public void onConfigFailed(ConfigRequest failedConfig, int reason) { in onConfigFailed() 145 public void onNanDown(int reason) { in onNanDown()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerServiceCompilerMapping.java | 40 private static String getSystemPropertyName(int reason) { in getSystemPropertyName() 50 private static String getAndCheckValidity(int reason) { in getAndCheckValidity() 105 public static String getCompilerFilterForReason(int reason) { in getCompilerFilterForReason()
|
/frameworks/base/core/java/android/os/ |
D | IDeviceIdleController.aidl | 37 void addPowerSaveTempWhitelistApp(String name, long duration, int userId, String reason); in addPowerSaveTempWhitelistApp() 38 long addPowerSaveTempWhitelistAppForMms(String name, int userId, String reason); in addPowerSaveTempWhitelistAppForMms() 39 long addPowerSaveTempWhitelistAppForSms(String name, int userId, String reason); in addPowerSaveTempWhitelistAppForSms() 40 void exitIdle(String reason); in exitIdle()
|
D | IPowerManager.aidl | 43 void wakeUp(long time, String reason, String opPackageName); in wakeUp() 44 void goToSleep(long time, int reason, int flags); in goToSleep() 52 void reboot(boolean confirm, String reason, boolean wait); in reboot() 54 void shutdown(boolean confirm, String reason, boolean wait); in shutdown()
|
D | ParcelFormatException.java | 28 public ParcelFormatException(String reason) { in ParcelFormatException()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
D | CameraErrorCollector.java | 102 public <T> void checkThat(final String reason, final T value, final Matcher<T> matcher) { in checkThat() 734 String reason = "Key " + key.getName() + " shouldn't have value " + value.toString(); in expectKeyValueNotEquals() local 756 String reason = "Key " + key.getName() + " shouldn't have value " + value.toString(); in expectKeyValueNotEquals() local 778 String reason = "Key " + key.getName() + " value " + value.toString() in expectKeyValueEquals() local 802 String reason = "Key " + key.getName() + " value " + value.toString() in expectKeyValueEquals() local 871 String reason = "Key " + key.getName() + " value " + value in expectKeyValueIsIn() local 888 String reason = "Key " + key.getName() + " value " + value in expectKeyValueIsIn() local 906 String reason = "Key " + key.getName() + " value " + value in expectKeyValueContains() local 924 String reason = "Key " + key.getName() + " value " + value in expectKeyValueContains() local 942 String reason = "Key " + key.getName() + " value " + value in expectKeyValueContains() local [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiLastResortWatchdog.java | 182 public boolean noteConnectionFailureAndTriggerIfNeeded(String ssid, String bssid, int reason) { in noteConnectionFailureAndTriggerIfNeeded() 236 private void updateFailureCountForNetwork(String ssid, String bssid, int reason) { in updateFailureCountForNetwork() 255 private void incrementSsidFailureCount(String ssid, int reason) { in incrementSsidFailureCount() 272 private void incrementBssidFailureCount(String ssid, String bssid, int reason) { in incrementBssidFailureCount() 457 public int getFailureCount(String bssid, int reason) { in getFailureCount() 521 public void incrementFailureCount(int reason) { in incrementFailureCount()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | DisconnectCause.java | 107 public DisconnectCause(int code, String reason) { in DisconnectCause() 119 public DisconnectCause(int code, CharSequence label, CharSequence description, String reason) { in DisconnectCause() 132 public DisconnectCause(int code, CharSequence label, CharSequence description, String reason, in DisconnectCause() 299 String reason = mDisconnectReason == null ? "" : mDisconnectReason; in toString() local
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ZenLog.java | 67 public static void traceIntercepted(NotificationRecord record, String reason) { in traceIntercepted() 72 public static void traceNotIntercepted(NotificationRecord record, String reason) { in traceNotIntercepted() 99 public static void traceSetZenMode(int zenMode, String reason) { in traceSetZenMode() 107 public static void traceExitCondition(Condition c, ComponentName component, String reason) { in traceExitCondition() 119 public static void traceConfig(String reason, ZenModeConfig oldConfig, in traceConfig() 126 public static void traceDisableEffects(NotificationRecord record, String reason) { in traceDisableEffects()
|
D | ZenModeHelper.java | 212 private void loadConfigForUser(int user, String reason) { in loadConfigForUser() 280 public String addAutomaticZenRule(AutomaticZenRule automaticZenRule, String reason) { in addAutomaticZenRule() 319 String reason) { in updateAutomaticZenRule() 344 public boolean removeAutomaticZenRule(String id, String reason) { in removeAutomaticZenRule() 362 public boolean removeAutomaticZenRules(String packageName, String reason) { in removeAutomaticZenRules() 458 public void setManualZenMode(int zenMode, Uri conditionId, String caller, String reason) { in setManualZenMode() 462 private void setManualZenMode(int zenMode, Uri conditionId, String reason, String caller, in setManualZenMode() 619 public boolean setConfigLocked(ZenModeConfig config, String reason) { in setConfigLocked() 623 public void setConfig(ZenModeConfig config, String reason) { in setConfig() 629 private boolean setConfigLocked(ZenModeConfig config, String reason, boolean setRingerMode) { in setConfigLocked() [all …]
|
/frameworks/base/core/java/com/android/internal/view/ |
D | InputMethodClient.java | 44 public static String getStartInputReason(@StartInputReason final int reason) { in getStartInputReason() 83 public static String getUnbindReason(@UnbindReason final int reason) { in getUnbindReason()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneNotifier.java | 42 public void notifyDataConnection(Phone sender, String reason, String apnType, in notifyDataConnection() 45 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType); in notifyDataConnectionFailed() 57 public void notifyPreciseDataConnectionFailed(Phone sender, String reason, String apnType, in notifyPreciseDataConnectionFailed()
|
D | DefaultPhoneNotifier.java | 156 public void notifyDataConnection(Phone sender, String reason, String apnType, in notifyDataConnection() 161 private void doNotifyDataConnection(Phone sender, String reason, String apnType, in doNotifyDataConnection() 201 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType) { in notifyDataConnectionFailed() 276 public void notifyPreciseDataConnectionFailed(Phone sender, String reason, String apnType, in notifyPreciseDataConnectionFailed()
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncOperation.java | 71 public final int reason; field in SyncOperation 101 int reason, int source, String provider, Bundle extras, in SyncOperation() 108 int reason, int source, Bundle extras, boolean allowParallelSyncs) { in SyncOperation() 120 int reason, int source, Bundle extras, boolean allowParallelSyncs, in SyncOperation() 243 int reason, source; in maybeCreateFromJobExtras() local 388 static String reasonToString(PackageManager pm, int reason) { in reasonToString()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ITelephonyRegistry.aidl | 50 String reason, String apn, String apnType, in LinkProperties linkProperties, in notifyDataConnection() 53 String reason, String apn, String apnType, in LinkProperties linkProperties, in notifyDataConnectionForSubscriber() 55 void notifyDataConnectionFailed(String reason, String apnType); in notifyDataConnectionFailed() 56 void notifyDataConnectionFailedForSubscriber(int subId, String reason, String apnType); in notifyDataConnectionFailedForSubscriber() 64 void notifyPreciseDataConnectionFailed(String reason, String apnType, String apn, in notifyPreciseDataConnectionFailed()
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | KeyguardSecurityView.java | 80 void onResume(int reason); in onResume() 101 void showPromptReason(int reason); in showPromptReason()
|
/frameworks/native/services/powermanager/ |
D | IPowerManager.cpp | 99 virtual status_t goToSleep(int64_t event_time_ms, int reason, int flags) in goToSleep() 109 virtual status_t reboot(bool confirm, const String16& reason, bool wait) in reboot() 119 virtual status_t shutdown(bool confirm, const String16& reason, bool wait) in shutdown()
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | KeepaliveTracker.java | 199 void stop(int reason) { in stop() 256 public void handleStopAllKeepalives(NetworkAgentInfo nai, int reason) { in handleStopAllKeepalives() 267 public void handleStopKeepalive(NetworkAgentInfo nai, int slot, int reason) { in handleStopKeepalive() 304 int reason = message.arg2; in handleEventPacketKeepalive() local
|
/frameworks/volley/src/main/java/com/android/volley/ |
D | NoConnectionError.java | 28 public NoConnectionError(Throwable reason) { in NoConnectionError()
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | ShutdownThread.java | 132 public static void shutdown(final Context context, String reason, boolean confirm) { in shutdown() 215 public static void reboot(final Context context, String reason, boolean confirm) { in reboot() 372 String reason = (mReboot ? "1" : "0") + (mReason != null ? mReason : ""); in run() local 643 public static void rebootOrShutdown(final Context context, boolean reboot, String reason) { in rebootOrShutdown()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | IKeyguardService.aidl | 48 void onStartedGoingToSleep(int reason); in onStartedGoingToSleep() 59 void onFinishedGoingToSleep(int reason, boolean cameraGestureTriggered); in onFinishedGoingToSleep()
|
/frameworks/base/core/java/android/view/ |
D | IApplicationToken.aidl | 26 boolean keyDispatchingTimedOut(String reason); in keyDispatchingTimedOut()
|