HomeSort by relevance Sort by last modified time
    Searched full:systemproperties (Results 26 - 50 of 262) sorted by null

12 3 4 5 6 7 8 91011

  /packages/apps/Settings/src/com/android/settings/
RegulatoryInfoDisplayActivity.java 25 import android.os.SystemProperties;
102 String sku = SystemProperties.get("ro.boot.hardware.sku", "");
SettingsSafetyLegalActivity.java 24 import android.os.SystemProperties;
49 String userSafetylegalUrl = SystemProperties.get(PROPERTY_LSAFETYLEGAL_URL);
RadioInfo.java 32 import android.os.SystemProperties;
633 String display = SystemProperties.get(TelephonyProperties.PROPERTY_DATA_NETWORK_TYPE,
657 s = SystemProperties.get("net.gsm.radio-reset", "0");
660 s = SystemProperties.get("net.gsm.attempt-gprs", "0");
663 s = SystemProperties.get("net.gsm.succeed-gprs", "0");
666 //s = SystemProperties.get("net.gsm.disconnect", "0");
669 s = SystemProperties.get("net.ppp.reset-by-timeout", "0");
    [all...]
SettingsLicenseActivity.java 22 import android.os.SystemProperties;
134 String fileName = SystemProperties.get(PROPERTY_LICENSE_PATH, DEFAULT_LICENSE_PATH);
  /packages/services/Telephony/src/com/android/phone/
CallStateMonitor.java 22 import android.os.SystemProperties;
44 (PhoneGlobals.DBG_LEVEL >= 1) && (SystemProperties.getInt("ro.debuggable", 0) == 1);
CdmaOptions.java 22 import android.os.SystemProperties;
90 String subscriptionsSupported = SystemProperties.get("ril.subscription.types");
WiredHeadsetManager.java 25 import android.os.SystemProperties;
38 (PhoneGlobals.DBG_LEVEL >= 1) && (SystemProperties.getInt("ro.debuggable", 0) == 1);
InCallScreenShowActivation.java 26 import android.os.SystemProperties;
49 (PhoneGlobals.DBG_LEVEL >= 1) && (SystemProperties.getInt("ro.debuggable", 0) == 1);
95 && (SystemProperties.getInt("ro.debuggable", 0) == 1)) {
170 String mode = SystemProperties.get("ro.setupwizard.mode", "REQUIRED");
CdmaSystemSelectListPreference.java 22 import android.os.SystemProperties;
58 SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE))) {
EmergencyCallbackModeService.java 34 import android.os.SystemProperties;
138 long ecmTimeout = SystemProperties.getLong(
OtaStartupReceiver.java 27 import android.os.SystemProperties;
169 String mode = SystemProperties.get("ro.setupwizard.mode", "REQUIRED");
  /frameworks/base/core/java/com/android/internal/os/
SamplingProfilerIntegration.java 21 import android.os.SystemProperties;
56 samplingProfilerMilliseconds = SystemProperties.getInt("persist.sys.profiler_ms", 0);
57 samplingProfilerDepth = SystemProperties.getInt("persist.sys.profiler_depth", 4);
  /frameworks/base/core/jni/
android_os_SystemProperties.cpp 200 //ALOGI("Java SystemProperties: VM=%p, Clazz=%p", sVM, sClazz);
204 //ALOGI("Java SystemProperties: calling %p", sCallChangeCallbacks);
243 env, "android/os/SystemProperties",
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportReceiver.java 33 import android.os.SystemProperties;
126 intent.putExtra(Intent.EXTRA_TEXT, SystemProperties.get("ro.build.description"));
146 String preferredDomain = SystemProperties.get("sendbug.preferred.domain");
  /frameworks/base/services/java/com/android/server/updates/
SELinuxPolicyInstallReceiver.java 23 import android.os.SystemProperties;
125 SystemProperties.set("selinux.reload_policy", "1");
133 SystemProperties.set("persist.selinux.enforcing", mode);
  /frameworks/base/services/java/com/android/server/
CommonTimeManagementService.java 40 import android.os.SystemProperties;
68 AUTO_DISABLE = (0 != SystemProperties.getInt(AUTO_DISABLE_PROP, 1));
69 ALLOW_WIFI = (0 != SystemProperties.getInt(ALLOW_WIFI_PROP, 0));
70 tmp = SystemProperties.getInt(SERVER_PRIO_PROP, 1);
71 NO_INTERFACE_TIMEOUT = SystemProperties.getInt(NO_INTERFACE_TIMEOUT_PROP, 60000);
  /frameworks/base/core/java/android/hardware/
SerialManager.java 25 import android.os.SystemProperties;
  /frameworks/base/telephony/java/android/telephony/
CellLocation.java 22 import android.os.SystemProperties;
TelephonyManager.java 25 import android.os.SystemProperties;
399 SystemProperties.getInt(TelephonyProperties.CURRENT_ACTIVE_PHONE,
408 int mode = SystemProperties.getInt("ro.telephony.default_network", -1);
492 SystemProperties.get(TelephonyProperties.PROPERTY_LTE_ON_CDMA_PRODUCT_TYPE, "");
509 curVal = SystemProperties.getInt(TelephonyProperties.PROPERTY_LTE_ON_CDMA_DEVICE,
546 return SystemProperties.get(TelephonyProperties.PROPERTY_OPERATOR_ALPHA);
557 return SystemProperties.get(TelephonyProperties.PROPERTY_OPERATOR_NUMERIC);
567 return "true".equals(SystemProperties.get(TelephonyProperties.PROPERTY_OPERATOR_ISROAMING));
579 return SystemProperties.get(TelephonyProperties.PROPERTY_OPERATOR_ISO_COUNTRY);
825 String prop = SystemProperties.get(TelephonyProperties.PROPERTY_SIM_STATE)
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDebug.java 22 import android.os.SystemProperties;
82 int slowQueryMillis = SystemProperties.getInt("db.log.slow_query_threshold", -1);
  /frameworks/base/services/java/com/android/server/display/
LocalDisplayAdapter.java 23 import android.os.SystemProperties;
166 if ("portrait".equals(SystemProperties.get("persist.demo.hdmirotation"))) {
  /frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyProperties.java 21 * in the system. You can use {@link android.os.SystemProperties os.SystemProperties}
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallTracker.java 22 import android.os.SystemProperties;
144 String testEn = SystemProperties.get("ril.test.emergencynumber");
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java 24 import android.os.SystemProperties;
161 if (SystemProperties.getBoolean(TelephonyProperties.PROPERTY_INECM_MODE, false)) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDiscoverableEnabler.java 26 import android.os.SystemProperties;
208 int timeout = SystemProperties.getInt(SYSTEM_PROPERTY_DISCOVERABLE_TIMEOUT, -1);

Completed in 803 milliseconds

12 3 4 5 6 7 8 91011