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

  /packages/apps/Settings/src/com/android/settings/
TestingSettingsBroadcastReceiver.java 7 import static com.android.internal.telephony.TelephonyIntents.SECRET_CODE_ACTION;
19 if (intent.getAction().equals(SECRET_CODE_ACTION)) {
  /packages/services/Telecomm/src/com/android/server/telecom/
DialerCodeReceiver.java 30 public static final String SECRET_CODE_ACTION = "android.provider.Telephony.SECRET_CODE";
49 if (SECRET_CODE_ACTION.equals(intent.getAction()) && intent.getData() != null &&
  /frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyIntents.java 289 public static final String SECRET_CODE_ACTION = "android.provider.Telephony.SECRET_CODE";
  /packages/apps/Dialer/java/com/android/dialer/compat/telephony/
TelephonyManagerCompat.java 53 private static final String SECRET_CODE_ACTION = "android.provider.Telephony.SECRET_CODE";
206 new Intent(SECRET_CODE_ACTION, Uri.parse("android_secret_code://" + secretCode));
  /cts/tests/tests/carrierapi/src/android/carrierapi/cts/
CarrierApiTest.java 187 intentFilter.addAction(TelephonyIntents.SECRET_CODE_ACTION);
192 assertTrue("Did not receive expected Intent: " + TelephonyIntents.SECRET_CODE_ACTION,
  /frameworks/base/telephony/java/android/provider/
Telephony.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Phone.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 109 milliseconds