OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mobilenetworksettings
(Results
1 - 8
of
8
) sorted by null
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
CrossProfileIntentFiltersHelper.java
122
IntentFilter
mobileNetworkSettings
= new IntentFilter();
123
mobileNetworkSettings
.addAction(android.provider.Settings.ACTION_DATA_ROAMING_SETTINGS);
124
mobileNetworkSettings
.addAction(android.provider.Settings.ACTION_NETWORK_OPERATOR_SETTINGS);
125
mobileNetworkSettings
.addCategory(Intent.CATEGORY_DEFAULT);
126
pm.addCrossProfileIntentFilter(
mobileNetworkSettings
, managedProfileUserId,
/packages/services/Telephony/src/com/android/phone/
PhoneSearchIndexablesProvider.java
41
MobileNetworkSettings
.class.getName(),
CallFeaturesSetting.java
79
* See {@link
MobileNetworkSettings
}.
81
* @see com.android.phone.
MobileNetworkSettings
151
com.android.phone.
MobileNetworkSettings
.class));
NotificationMgr.java
507
Intent intent = new Intent(mContext, com.android.phone.
MobileNetworkSettings
.class);
MobileNetworkSettings.java
78
public class
MobileNetworkSettings
extends PreferenceActivity
[
all
...]
/packages/apps/Settings/res/xml/
wireless_settings.xml
66
android:targetClass="com.android.phone.
MobileNetworkSettings
" />
/packages/apps/Settings/src/com/android/settings/datausage/
DataUsageSummary.java
137
"com.android.phone.
MobileNetworkSettings
"));
/packages/services/Telephony/
AndroidManifest.xml
340
<activity android:name="
MobileNetworkSettings
"
352
android:targetActivity="
MobileNetworkSettings
" />
[
all
...]
Completed in 197 milliseconds