OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SECRET_CODE_ACTION
(Results
1 - 8
of
8
) 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
29
public static final String
SECRET_CODE_ACTION
= "android.provider.Telephony.SECRET_CODE";
48
if (
SECRET_CODE_ACTION
.equals(intent.getAction()) && intent.getData() != null &&
/frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyIntents.java
290
public static final String
SECRET_CODE_ACTION
= "android.provider.Telephony.SECRET_CODE";
/packages/services/Telephony/src/com/android/phone/
SpecialCharSequenceMgr.java
158
Intent intent = new Intent(TelephonyIntents.
SECRET_CODE_ACTION
,
/packages/apps/Dialer/src/com/android/dialer/
SpecialCharSequenceMgr.java
73
private static final String
SECRET_CODE_ACTION
= "android.provider.Telephony.SECRET_CODE";
180
final Intent intent = new Intent(
SECRET_CODE_ACTION
,
/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
Completed in 304 milliseconds