HomeSort by relevance Sort by last modified time
    Searched refs:SECRET_CODE_ACTION (Results 1 - 12 of 12) 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 288 public static final String SECRET_CODE_ACTION = "android.provider.Telephony.SECRET_CODE";
  /cts/tests/tests/carrierapi/src/android/carrierapi/cts/
CarrierApiTest.java 147 intentFilter.addAction(TelephonyIntents.SECRET_CODE_ACTION);
152 assertTrue("Did not receive expected Intent: " + TelephonyIntents.SECRET_CODE_ACTION,
  /packages/apps/Dialer/java/com/android/contacts/common/compat/
TelephonyManagerCompat.java 49 private static final String SECRET_CODE_ACTION = "android.provider.Telephony.SECRET_CODE";
235 new Intent(SECRET_CODE_ACTION, Uri.parse("android_secret_code://" + secretCode));
  /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/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 143 milliseconds