HomeSort by relevance Sort by last modified time
    Searched refs:Secure (Results 226 - 250 of 269) sorted by null

1 2 3 4 5 6 7 8 91011

  /packages/providers/CallLogProvider/src/com/android/calllogbackup/
CallLogBackupAgent.java 539 return Settings.Secure.getInt(
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java 113 * - keyboard is slid open -> if the keyguard is not secure, hide it
189 * Secure setting whether analytics are collected on the keyguard.
712 // Lock immediately based on setting if secure (user has a pin/pattern/password).
713 // This also "locks" the device when not secure to provide easy access to the
722 if (DEBUG) Log.d(TAG, "pending exit secure callback cancelled");
    [all...]
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java 194 // See Settings.Secure.CONNECTIVITY_RELEASE_PENDING_INTENT_DELAY_MS
658 String id = Settings.Secure.getString(context.getContentResolver(),
659 Settings.Secure.ANDROID_ID);
666 mReleasePendingIntentDelayMs = Settings.Secure.getInt(context.getContentResolver(),
667 Settings.Secure.CONNECTIVITY_RELEASE_PENDING_INTENT_DELAY_MS, 5_000);
    [all...]
LocationManagerService.java 296 Settings.Secure.getUriFor(Settings.Secure.LOCATION_PROVIDERS_ALLOWED), true,
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cacerts/
cacerts.txt 76 Equifax Secure CA
279 Entrust.net Secure Server CA
306 Entrust.net Premium 2048 Secure Server CA
351 Equifax Secure Global eBusiness CA
368 Equifax Secure eBusiness CA 1
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java 372 final int enableState = Settings.Secure.getIntForUser(r,
373 Settings.Secure.BACKUP_ENABLED, -1, userId);
379 Settings.Secure.putStringForUser(r,
380 Settings.Secure.BACKUP_ENABLED, null, userId);
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java 246 SECURE_SETTINGS_WHITELIST.add(Settings.Secure.DEFAULT_INPUT_METHOD);
247 SECURE_SETTINGS_WHITELIST.add(Settings.Secure.SKIP_FIRST_USE_HINTS);
248 SECURE_SETTINGS_WHITELIST.add(Settings.Secure.INSTALL_NON_MARKET_APPS);
252 SECURE_SETTINGS_DEVICEOWNER_WHITELIST.add(Settings.Secure.LOCATION_MODE);
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DevicePolicyManagerTest.java     [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java 78 import static android.provider.Settings.Secure.USER_SETUP_COMPLETE;
458 mUserSetupComplete = Settings.Secure.getIntForUser(mService.mContext.getContentResolver(),
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java 270 int mPreferredTtyMode = Settings.Secure.getInt(
272 Settings.Secure.PREFERRED_TTY_MODE,
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 339 mInProvisionMode = Settings.Secure.getInt(mContentResolver,
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 407 final boolean userSetup = 0 != Settings.Secure.getIntForUser(
409 Settings.Secure.USER_SETUP_COMPLETE,
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsActor.java 302 // Let the Secure class initialize the settings provider, which is done when we first
308 android.provider.Settings.Secure.getString(overallContext.getContentResolver(), "dummy");
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java 323 private static final String SYSTEM_SECURE = "ro.secure";
646 Settings.Secure.getUriFor(Settings.Secure.ACCESSIBILITY_DISPLAY_INVERSION_ENABLED);
    [all...]
  /prebuilts/android-emulator/darwin-x86_64/lib/
ca-bundle.pem 21 Equifax Secure CA
132 Entrust.net Premium 2048 Secure Server CA
487 Comodo Secure Services root
    [all...]
  /prebuilts/android-emulator/linux-x86_64/lib/
ca-bundle.pem 21 Equifax Secure CA
132 Entrust.net Premium 2048 Secure Server CA
487 Comodo Secure Services root
    [all...]
  /prebuilts/android-emulator/windows/lib/
ca-bundle.pem 21 Equifax Secure CA
132 Entrust.net Premium 2048 Secure Server CA
487 Comodo Secure Services root
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
UserManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/location/
GnssLocationProvider.java 251 // Secure setting for GPS behavior when battery saver mode is on.
554 switch (Settings.Secure.getInt(mContext.getContentResolver(), BATTERY_SAVER_GPS_MODE,
    [all...]
  /frameworks/base/services/core/java/com/android/server/net/
NetworkPolicyManagerService.java     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java     [all...]

Completed in 1539 milliseconds

1 2 3 4 5 6 7 8 91011