Searched refs:action (Results 201 - 225 of 668) sorted by last modified time

1234567891011>>

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java674 private boolean isCfEnable(int action) { argument
675 return (action == CF_ACTION_ENABLE) || (action == CF_ACTION_REGISTRATION);
708 private int getActionFromCFAction(int action) { argument
709 switch(action) {
737 if (DBG) Rlog.d(LOG_TAG, "setCLIR action= " + clirMode);
787 if (DBG) Rlog.d(LOG_TAG, "setCallForwardingOption action=" + commandInterfaceCFAction
888 int action;
890 action = CommandsInterface.CF_ACTION_ENABLE;
893 action
1386 handleTimerInEmergencyCallbackMode(int action) argument
[all...]
H A DImsPhoneCallTracker.java601 private void handleEcmTimer(int action) { argument
602 mPhone.handleTimerInEmergencyCallbackMode(action);
603 switch (action) {
609 log("handleEcmTimer, unsupported action " + action);
1882 // case, no further action is required.
1904 // appropriate action.
H A DImsPhoneCommandInterface.java337 public void setCallForward(int action, int cfReason, int serviceClass, argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DTelephonyEventBuilder.java71 public TelephonyEventBuilder setDataStallRecoveryAction(int action) { argument
73 mEvent.setDataStallAction(action);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java338 public void setCallForward(int action, int cfReason, int serviceClass, argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1299 * @param action is one of CF_ACTION_*
1304 public void setCallForward(int action, int cfReason, int serviceClass, argument
1306 SimulatedCommandsVerifier.getInstance().setCallForward(action, cfReason, serviceClass,
H A DSimulatedCommandsVerifier.java916 public void setCallForward(int action, int cfReason, int serviceClass, String number, argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DContextFixture.java556 private void addService(String action, ComponentName name, IInterface service) { argument
557 mComponentNamesByAction.put(action, name);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java.broken421 public void setCallForward(int action, int cfReason, int serviceClass, String number,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DConnectivityServiceMock.java753 String action) {
752 setProvisioningNotificationVisible(boolean visible, int networkType, String action) argument
/frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/util/
H A DLinkAccessibilityHelper.java130 protected boolean onPerformActionForVirtualView(int virtualViewId, int action, argument
132 if (action == AccessibilityNodeInfoCompat.ACTION_CLICK) {
/frameworks/opt/setupwizard/library/eclair-mr1/test/src/com/android/setupwizardlib/test/
H A DLinkAccessibilityHelperTest.java206 public boolean onPerformActionForVirtualView(int virtualViewId, int action, argument
208 return super.onPerformActionForVirtualView(virtualViewId, action, arguments);
/frameworks/opt/setupwizard/library/full-support/test/src/com/android/setupwizardlib/test/
H A DRecyclerViewRequireScrollHelperTest.java132 public boolean post(Runnable action) { argument
133 action.run();
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
H A DBottomScrollViewTest.java104 public boolean post(Runnable action) { argument
106 action.run();
H A DListViewRequireScrollHelperTest.java150 public boolean post(Runnable action) { argument
151 // Make the post action synchronous
152 action.run();
H A DRequireScrollHelperTest.java112 public boolean post(Runnable action) { argument
113 action.run();
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipWakeupTimer.java227 String action = intent.getAction();
228 if (getAction().equals(action)
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiController.java93 "com.android.server.WifiManager.action.DEVICE_IDLE";
198 String action = intent.getAction();
199 if (action.equals(ACTION_DEVICE_IDLE)) {
201 } else if (action.equals(WifiManager.NETWORK_STATE_CHANGED_ACTION)) {
204 } else if (action.equals(WifiManager.WIFI_AP_STATE_CHANGED_ACTION)) {
214 } else if (action.equals(WifiManager.WIFI_STATE_CHANGED_ACTION)) {
510 // need to defer this action.
656 // need to defer this action.
H A DWifiServiceImpl.java1361 String action = intent.getAction();
1362 if (action.equals(Intent.ACTION_SCREEN_ON)) {
1364 } else if (action.equals(Intent.ACTION_USER_PRESENT)) {
1366 } else if (action.equals(Intent.ACTION_SCREEN_OFF)) {
1368 } else if (action.equals(Intent.ACTION_BATTERY_CHANGED)) {
1371 } else if (action.equals(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED)) {
1375 } else if (action.equals(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED)) {
1378 } else if (action.equals(TelephonyIntents.ACTION_EMERGENCY_CALL_STATE_CHANGED)) {
1381 } else if (action.equals(PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED)) {
1469 // IpManager dump was requested. Pass it along and take no further action
[all...]
H A DWifiStateMachine.java1103 String action = intent.getAction();
1105 if (action.equals(Intent.ACTION_SCREEN_ON)) {
1107 } else if (action.equals(Intent.ACTION_SCREEN_OFF)) {
1290 PendingIntent getPrivateBroadcast(String action, int requestCode) { argument
1291 Intent intent = new Intent(action, null);
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewPager.java124 final int action = ev.getAction() & MotionEventCompat.ACTION_MASK;
126 if (action == MotionEvent.ACTION_CANCEL || action == MotionEvent.ACTION_UP) {
130 switch (action) {
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java218 final int action = event.getAction();
220 switch (action) {
243 final int action = e.getAction();
246 switch (action) {
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsUt.java47 public static final String KEY_ACTION = "action";
310 public void updateCallBarring(int cbType, int action, Message result, String[] barrList) { argument
318 + ", action=" + action + ", barrList=" + bList);
322 + ", action=" + action);
328 int id = miUt.updateCallBarring(cbType, action, barrList);
348 public void updateCallForward(int action, int condition, String number, argument
351 log("updateCallForward :: Ut=" + miUt + ", action=" + action
[all...]

Completed in 624 milliseconds

1234567891011>>