Searched refs:reason (Results 51 - 75 of 94) sorted by relevance

1234

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardSecurityViewFlipper.java111 public void onResume(int reason) { argument
114 ksv.onResume(reason);
H A DKeyguardAbsKeyInputView.java218 public void onResume(int reason) { argument
H A DKeyguardAccountView.java317 public void onResume(int reason) { argument
H A DKeyguardFaceUnlockView.java106 public void onResume(int reason) { argument
H A DKeyguardSelectorView.java266 public void onResume(int reason) { argument
H A DKeyguardPatternView.java392 public void onResume(int reason) { argument
/frameworks/base/services/java/com/android/server/am/
H A DActivityStack.java302 ScheduleDestroyArgs(ProcessRecord owner, boolean oomAdj, String reason) { argument
305 mReason = reason;
1517 // No reason to do full oom adj update here; we'll let that
2714 // For whatever reason this activity is being launched into a new
3634 * some reason it is being left as-is.
3637 Intent resultData, String reason, boolean oomAdj) {
3642 + ", reason=" + reason);
3648 finishActivityLocked(r, index, resultCode, resultData, reason, oomAdj);
3731 int resultCode, Intent resultData, String reason, boolea
3636 requestFinishActivityLocked(IBinder token, int resultCode, Intent resultData, String reason, boolean oomAdj) argument
3730 finishActivityLocked(ActivityRecord r, int index, int resultCode, Intent resultData, String reason, boolean oomAdj) argument
3739 finishActivityLocked(ActivityRecord r, int index, int resultCode, Intent resultData, String reason, boolean immediate, boolean oomAdj) argument
3991 scheduleDestroyActivities(ProcessRecord owner, boolean oomAdj, String reason) argument
3997 destroyActivitiesLocked(ProcessRecord owner, boolean oomAdj, String reason) argument
4039 destroyActivityLocked(ActivityRecord r, boolean removeFromApp, boolean oomAdj, String reason) argument
4267 moveTaskToFrontLocked(TaskRecord tr, ActivityRecord reason, Bundle options) argument
4351 moveTaskToBackLocked(int task, ActivityRecord reason) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmMmiCode.java673 int reason = scToCallForwardReason(sc);
678 reason, serviceClass, dialingNumber,
696 (((reason == CommandsInterface.CF_REASON_UNCONDITIONAL) ||
697 (reason == CommandsInterface.CF_REASON_ALL)) &&
706 phone.mCM.setCallForward(cfAction, reason, serviceClass,
1189 (info.reason == CommandsInterface.CF_REASON_NO_REPLY);
1224 if (info.reason == CommandsInterface.CF_REASON_UNCONDITIONAL &&
/frameworks/base/services/input/
H A DInputDispatcher.cpp489 const char* reason; local
495 reason = "inbound event was dropped because the policy consumed it";
499 reason = "inbound event was dropped because input dispatch is disabled";
503 reason = "inbound event was dropped because of pending overdue app switch";
508 reason = "inbound event was dropped because the current application is not responding "
513 reason = "inbound event was dropped because it is stale";
522 CancelationOptions options(CancelationOptions::CANCEL_NON_POINTER_EVENTS, reason);
529 CancelationOptions options(CancelationOptions::CANCEL_POINTER_EVENTS, reason);
532 CancelationOptions options(CancelationOptions::CANCEL_NON_POINTER_EVENTS, reason);
927 nsecs_t* nextWakeupTime, const char* reason) {
923 handleTargetsNotReadyLocked(nsecs_t currentTime, const EventEntry* entry, const sp<InputApplicationHandle>& applicationHandle, const sp<InputWindowHandle>& windowHandle, nsecs_t* nextWakeupTime, const char* reason) argument
3052 resetAndDropEverythingLocked(const char* reason) argument
3353 onANRLocked( nsecs_t currentTime, const sp<InputApplicationHandle>& applicationHandle, const sp<InputWindowHandle>& windowHandle, nsecs_t eventTime, nsecs_t waitStartTime, const char* reason) argument
[all...]
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DRTPSink.cpp313 int32_t reason; local
314 CHECK(msg->findInt32("reason", &reason));
316 switch (reason) {
H A DWifiDisplaySink.cpp151 int32_t reason; local
152 CHECK(msg->findInt32("reason", &reason));
154 switch (reason) {
/frameworks/av/media/libstagefright/wifi-display/source/
H A DSender.cpp353 int32_t reason; local
354 CHECK(msg->findInt32("reason", &reason));
356 switch (reason) {
H A DWifiDisplaySource.cpp168 int32_t reason; local
169 CHECK(msg->findInt32("reason", &reason));
171 switch (reason) {
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java325 * The lookup key for an integer indicating the reason a Wi-Fi network configuration
1216 * @param reason The reason for failure could be one of
1219 public void onFailure(int reason); argument
1232 * @param reason The reason for failure could be one of
1235 public void onFailure(int reason); argument
1247 * @param reason The reason for failure could be one of
1250 public void onFailure(int reason); argument
[all...]
H A DWifiMonitor.java73 /* Format: WPS-FAIL msg=%d [config_error=%d] [reason=%d (%s)] */
76 "WPS-FAIL msg=\\d+(?: config_error=(\\d+))?(?: reason=(\\d+))?";
82 /* reason code values for reason=%d */
195 /* P2P-GROUP-REMOVED p2p-wlan0-0 [client|GO] reason=REQUESTED */
538 String reason = match.group(2);
540 if (reason != null) {
541 switch(Integer.parseInt(reason)) {
570 /* <event> status=<err> and the special case of <event> reason=FREQ_CONFLICT */
578 /* Handle the special case of reason
[all...]
H A DWifiConfigStore.java410 * @param reason reason code network was disabled
413 boolean disableNetwork(int netId, int reason) { argument
417 /* Only change the reason if the network was not previously disabled */
420 config.disableReason = reason;
595 * @param reason The reason for the change, should be one of WifiManager.CHANGE_REASON_ADDED,
599 int reason) {
604 intent.putExtra(WifiManager.EXTRA_CHANGE_REASON, reason);
598 sendConfiguredNetworksChangedBroadcast(WifiConfiguration network, int reason) argument
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java107 final String reason;
109 reason = shutdownAction.substring(1, shutdownAction.length());
111 reason = null;
114 ShutdownThread.rebootOrShutdown(reboot, reason);
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pManager.java63 * Upon failure, the reason of failure can be one of {@link #ERROR}, {@link #P2P_UNSUPPORTED}
527 * @param reason The reason for failure could be one of {@link #P2P_UNSUPPORTED},
530 public void onFailure(int reason); argument
680 * @param reason The reason for failure could be one of {@link #ERROR},
683 public void onDetached(int reason); argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java195 public void deactivateDataCall(int cid, int reason, Message result) { argument
/frameworks/av/media/libstagefright/wifi-display/
H A DANetworkSession.cpp106 void notify(NotificationReason reason);
172 msg->setInt32("reason", kWhatClientConnected);
252 notify->setInt32("reason", kWhatDatagram);
319 notify->setInt32("reason", kWhatDatagram);
342 notify->setInt32("reason", kWhatBinaryData);
368 notify->setInt32("reason", kWhatData);
543 msg->setInt32("reason", kWhatError);
550 void ANetworkSession::Session::notify(NotificationReason reason) { argument
553 msg->setInt32("reason", reason);
[all...]
/frameworks/base/core/java/android/app/
H A DIActivityManager.java232 public boolean killPids(int[] pids, String reason, boolean secure) throws RemoteException; argument
233 public boolean killProcessesBelowForeground(String reason) throws RemoteException; argument
279 public void closeSystemDialogs(String reason) throws RemoteException; argument
H A DActivityManagerNative.java1172 String reason = data.readString();
1174 boolean res = killPids(pids, reason, secure);
1182 String reason = data.readString();
1183 boolean res = killProcessesBelowForeground(reason);
1366 String reason = data.readString();
1367 closeSystemDialogs(reason);
3289 public boolean killPids(int[] pids, String reason, boolean secure) throws RemoteException { argument
3294 data.writeString(reason);
3303 public boolean killProcessesBelowForeground(String reason) throws RemoteException { argument
3307 data.writeString(reason);
3522 closeSystemDialogs(String reason) argument
[all...]
/frameworks/base/services/java/com/android/server/connectivity/
H A DVpn.java138 private void updateState(DetailedState detailedState, String reason) { argument
139 if (LOGD) Log.d(TAG, "setting state=" + detailedState + ", reason=" + reason);
140 mNetworkInfo.setDetailedState(detailedState, reason, null);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java585 public void deactivateDataCall(int cid, int reason, Message result) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java320 static void sendCloseSystemWindows(Context context, String reason) { argument
323 ActivityManagerNative.getDefault().closeSystemDialogs(reason);

Completed in 754 milliseconds

1234