/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothDiscoverableEnabler.java | 26 import android.os.SystemProperties; 213 int timeout = SystemProperties.getInt(SYSTEM_PROPERTY_DISCOVERABLE_TIMEOUT, -1);
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
Status.java | 32 import android.os.SystemProperties; 238 String macAddress = SystemProperties.get("net.wimax.mac.address", mUnavailable);
|
/packages/apps/StorageManager/src/com/android/storagemanager/automatic/ |
NotificationController.java | 28 import android.os.SystemProperties; 107 if (!SystemProperties.getBoolean(STORAGE_MANAGER_PROPERTY, false)) {
|
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/ |
AppStateUsageStatsBridge.java | 25 import android.os.SystemProperties; 184 SystemProperties.getLong(
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/about/ |
StatusFragment.java | 33 import android.os.SystemProperties; 214 String macAddress = SystemProperties.get("net.wimax.mac.address",
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/ |
DateTimeFragment.java | 25 import android.os.SystemProperties; 96 final boolean tsTimeCapable = SystemProperties.getBoolean("ro.config.ts.date.time", false);
|
/packages/services/Car/service/src/com/android/car/ |
CarService.java | 32 import android.os.SystemProperties; 97 SystemProperties.set("boot.car_service_created", "1");
|
/packages/services/Telephony/src/com/android/phone/ |
CallerInfoCache.java | 27 import android.os.SystemProperties; 48 (PhoneGlobals.DBG_LEVEL >= 1) && (SystemProperties.getInt("ro.debuggable", 0) == 1);
|
EmergencyCallbackModeService.java | 33 import android.os.SystemProperties; 142 long ecmTimeout = SystemProperties.getLong(
|
CdmaSystemSelectListPreference.java | 22 import android.os.SystemProperties;
|
PhoneGlobals.java | 38 import android.os.SystemProperties; 79 * (PhoneApp.DBG_LEVEL >= 1) && (SystemProperties.getInt("ro.debuggable", 0) == 1) 89 (PhoneGlobals.DBG_LEVEL >= 1) && (SystemProperties.getInt("ro.debuggable", 0) == 1); 602 SystemProperties.set("persist.radio.airplane_mode_on", "1"); 613 SystemProperties.set("persist.radio.airplane_mode_on", "0"); [all...] |
/packages/services/Telephony/src/com/android/phone/vvm/ |
VvmSimStateTracker.java | 23 import android.os.SystemProperties; 204 return SystemProperties.getBoolean("sys.boot_completed", false);
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
StorageStatsService.java | 43 import android.os.SystemProperties; 326 if (SystemProperties.getBoolean(PROP_VERIFY_STORAGE, false)) { 353 if (SystemProperties.getBoolean(PROP_VERIFY_STORAGE, false)) { 380 if (SystemProperties.getBoolean(PROP_VERIFY_STORAGE, false)) { 411 if (SystemProperties.getBoolean(PROP_DISABLE_QUOTA, false)) {
|
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
ThermalManager.java | 21 import android.os.SystemProperties; 505 sVersion = SystemProperties.get(ITUX_VERSION_PROPERTY, "none"); 679 if ("1".equals(SystemProperties.get("persist.thermal.shutdown.msg", "0"))) { 682 if ("1".equals(SystemProperties.get("persist.thermal.shutdown.tone", "0"))) { 685 if ("1".equals(SystemProperties.get("persist.thermal.shutdown.vibra", "0"))) {
|
/frameworks/base/core/java/android/app/ |
ApplicationErrorReport.java | 28 import android.os.SystemProperties; 191 candidate = SystemProperties.get(SYSTEM_APPS_ERROR_RECEIVER_PROPERTY); 199 candidate = SystemProperties.get(DEFAULT_ERROR_RECEIVER_PROPERTY);
|
/packages/apps/TV/src/com/android/tv/ |
TvApplication.java | 66 import com.android.tv.util.SystemProperties; 133 if (BuildConfig.ENG && SystemProperties.ALLOW_STRICT_MODE.getValue()) { 146 if (BuildConfig.ENG && !SystemProperties.ALLOW_ANALYTICS_IN_ENG.getValue()) {
|
/frameworks/base/core/java/android/content/pm/ |
UserInfo.java | 21 import android.os.SystemProperties;
|
/frameworks/base/core/java/android/view/ |
Choreographer.java | 27 import android.os.SystemProperties; 126 private static final boolean USE_VSYNC = SystemProperties.getBoolean( 130 private static final boolean USE_FRAME_TIME = SystemProperties.getBoolean( 135 private static final int SKIPPED_FRAME_WARNING_LIMIT = SystemProperties.getInt( [all...] |
/frameworks/base/services/core/java/com/android/server/ |
SensorNotificationService.java | 34 import android.os.SystemProperties;
|
GestureLauncherService.java | 35 import android.os.SystemProperties; 240 !SystemProperties.getBoolean("gesture.disable_camera_launch", false);
|
/frameworks/base/services/core/java/com/android/server/display/ |
LocalDisplayAdapter.java | 30 import android.os.SystemProperties; 395 && SystemProperties.getBoolean(PROPERTY_EMULATOR_CIRCULAR, false))) { 413 if ("portrait".equals(SystemProperties.get("persist.demo.hdmirotation"))) { 419 if (SystemProperties.getBoolean("persist.demo.hdmirotates", false)) {
|
/frameworks/base/core/java/android/net/ |
SSLCertificateSocketFactory.java | 19 import android.os.SystemProperties; 227 SystemProperties.getBoolean("socket.relaxsslcheck", false);
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
PacManager.java | 37 import android.os.SystemProperties; 260 String defaultDelay = SystemProperties.get(
|
/frameworks/base/services/core/java/com/android/server/pm/ |
BackgroundDexOptService.java | 33 import android.os.SystemProperties; 260 if (SystemProperties.getBoolean("dalvik.vm.dexopt.secondary", false)) {
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
UiccController.java | 25 import android.os.SystemProperties; 132 if (DECRYPT_STATE.equals(SystemProperties.get("vold.decrypt")) ||
|