HomeSort by relevance Sort by last modified time
    Searched full:configintent (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/src/com/android/settings/
PrivacySettings.java 159 Intent configIntent = null;
166 configIntent = validatedActivityIntent(
185 final boolean configureEnabled = (configIntent != null) && backupEnabled;
187 mConfigure.setIntent(configIntent);
  /frameworks/base/services/core/java/com/android/server/net/
LockdownVpnTracker.java 103 final Intent configIntent = new Intent(ACTION_VPN_SETTINGS);
104 mConfigIntent = PendingIntent.getActivity(mContext, 0, configIntent, 0);
  /frameworks/base/services/core/java/com/android/server/connectivity/
Vpn.java     [all...]

Completed in 212 milliseconds