Home
last modified time | relevance | path

Searched refs:DEFAULT (Results 1 – 25 of 174) sorted by relevance

1234567

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DSecureSetting.java29 private static final int DEFAULT = 0; field in SecureSetting
36 private int mObservedValue = DEFAULT;
48 return Secure.getIntForUser(mContext.getContentResolver(), mSettingName, DEFAULT, mUserId); in getValue()
65 mObservedValue = DEFAULT; in setListening()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsAccess.java50 Level.DEFAULT,
64 int DEFAULT = 0; field
138 return NetworkStatsAccess.Level.DEFAULT; in checkAccessLevel()
164 case NetworkStatsAccess.Level.DEFAULT: in isAccessibleToUser()
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DClockPreference.java27 private static final String DEFAULT = "default"; field in ClockPreference
39 setEntryValues(new CharSequence[] { SECONDS, DEFAULT, DISABLED }); in ClockPreference()
71 setValue(DEFAULT); in onTuningChanged()
DBatteryPreference.java32 private static final String DEFAULT = "default"; field in BatteryPreference
44 setEntryValues(new CharSequence[] {PERCENT, DEFAULT, DISABLED }); in BatteryPreference()
75 setValue(DEFAULT); in onTuningChanged()
/frameworks/base/media/java/android/media/
DMediaRecorder.java204 public static final int DEFAULT = 0; field in MediaRecorder.AudioSource
309 case AudioSource.DEFAULT: in isSystemOnlyAudioSource()
334 public static final int DEFAULT = 0; field in MediaRecorder.VideoSource
363 public static final int DEFAULT = 0; field in MediaRecorder.OutputFormat
408 public static final int DEFAULT = 0; field in MediaRecorder.AudioEncoder
432 public static final int DEFAULT = 0; field in MediaRecorder.VideoEncoder
/frameworks/base/drm/java/android/drm/
DDrmStore.java167 public static final int DEFAULT = 0x00; field in DrmStore.Action
201 case DEFAULT: in isValid()
/frameworks/compile/mclinker/lib/Script/
DAssignment.cpp50 case DEFAULT: in dump()
71 if (type() != DEFAULT) in dump()
108 if (!isLhsDot || prevDotAssign.type() == DEFAULT) { in activate()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/configparse/
DConfigBuilder.java54 byte[] b64 = Base64.decode(new String(data, StandardCharsets.ISO_8859_1), Base64.DEFAULT); in buildConfig()
69 byte[] wrappedContent = Base64.decode(mimeContainer.getText(), Base64.DEFAULT); in buildConfig()
107 byte[] octets = Base64.decode(subContainer.getText(), Base64.DEFAULT); in parse()
119 byte[] octets = Base64.decode(subContainer.getText(), Base64.DEFAULT); in parse()
132 byte[] octets = Base64.decode(subContainer.getText(), Base64.DEFAULT); in parse()
293 String alias = Base64.encodeToString(reference, Base64.DEFAULT); in buildTLSConfig()
/frameworks/base/services/tests/servicestests/src/com/android/server/updates/
DCertPinInstallReceiverTest.java142 byte[] derKey = Base64.decode(TEST_KEY.getBytes(), Base64.DEFAULT); in createKey()
149 byte[] derCert = Base64.decode(TEST_CERT.getBytes(), Base64.DEFAULT); in createCertificate()
169 String sig = new String(Base64.encode(signer.sign(), Base64.DEFAULT)); in createSignature()
182 return signer.verify(Base64.decode(signature.getBytes(), Base64.DEFAULT)); in verifySignature()
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkStatsCollectionTest.java193 collection.getRelevantUids(NetworkStatsAccess.Level.DEFAULT)); in testAccessLevels()
202 TAG_NONE, 0, NetworkStatsAccess.Level.DEFAULT)); in testAccessLevels()
205 SET_DEFAULT, TAG_NONE, 0, NetworkStatsAccess.Level.DEFAULT); in testAccessLevels()
213 NetworkStatsAccess.Level.DEFAULT); in testAccessLevels()
DNetworkStatsAccessTest.java135 assertEquals(NetworkStatsAccess.Level.DEFAULT, in testCheckAccessLevel_deniedAppOpsBit()
145 assertEquals(NetworkStatsAccess.Level.DEFAULT, in testCheckAccessLevel_deniedAppOpsBit_deniedPermission()
/frameworks/compile/mclinker/lib/Object/
DSectionMap.cpp114 if ((*it).type() == Assignment::DEFAULT) in find_first_explicit_dot()
122 if ((*it).type() == Assignment::DEFAULT) in find_first_explicit_dot()
134 if ((*rit).type() == Assignment::DEFAULT) { in find_last_explicit_dot()
147 if ((*rit).type() == Assignment::DEFAULT) { in find_last_explicit_dot()
343 Assignment::DEFAULT, in fixupDotSymbols()
363 Assignment::DEFAULT, in fixupDotSymbols()
/frameworks/support/v4/tests/java/android/support/v4/widget/
DSwipeRefreshLayoutTest.java89 onView(withId(R.id.swipe_refresh)).perform(setSize(SwipeRefreshLayout.DEFAULT)); in testSetSize()
92 onView(withId(R.id.swipe_refresh)).perform(setSize(SwipeRefreshLayout.DEFAULT)); in testSetSize()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayoutParserWrapper.java40 private static final String DEFAULT = "default="; field in LayoutParserWrapper
199 int i = returnValue.lastIndexOf(DEFAULT); in getAttributeValue()
200 return i > 0 ? returnValue.substring(i + DEFAULT.length(), returnValue.length() - 1) in getAttributeValue()
/frameworks/support/v4/java/android/support/v4/accessibilityservice/
DAccessibilityServiceInfoCompat.java172 public static final int DEFAULT = 0x0000001; field in AccessibilityServiceInfoCompat
394 case DEFAULT: in flagToString()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DTextAlignment.java30 DEFAULT(0x3); enumConstant
/frameworks/base/core/java/android/text/
DAutoText.java54 private static final int DEFAULT = 14337; // Size of the Trie 13 Aug 2007 field in AutoText
165 mTrie = new char[DEFAULT]; in init()
/frameworks/base/graphics/java/android/graphics/
DTypeface.java49 public static final Typeface DEFAULT; field in Typeface
391 DEFAULT = create((String) null, 0);
398 DEFAULT,
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DShadowOverlayHelper.java81 private Options options = Options.DEFAULT;
198 public static final Options DEFAULT = new Options(); field in ShadowOverlayHelper.Options
/frameworks/compile/mclinker/include/mcld/Script/
DAssignment.h33 enum Type { DEFAULT, HIDDEN, PROVIDE, PROVIDE_HIDDEN }; enumerator
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/commands/
DGetCertData.java48 mPassword = Base64.decode(values.get("estpassword"), Base64.DEFAULT); in GetCertData()
/frameworks/base/docs/html-intl/intl/ru/training/basics/intents/
Dfilters.jd94 <category android:name="android.intent.category.DEFAULT"/>
125 <category android:name="android.intent.category.DEFAULT"/>
132 <category android:name="android.intent.category.DEFAULT"/>
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/intents/
Dfilters.jd94 <category android:name="android.intent.category.DEFAULT"/>
125 <category android:name="android.intent.category.DEFAULT"/>
132 <category android:name="android.intent.category.DEFAULT"/>
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/intents/
Dfilters.jd94 <category android:name="android.intent.category.DEFAULT"/>
125 <category android:name="android.intent.category.DEFAULT"/>
132 <category android:name="android.intent.category.DEFAULT"/>
/frameworks/base/docs/html-intl/intl/ja/training/basics/intents/
Dfilters.jd94 <category android:name="android.intent.category.DEFAULT"/>
125 <category android:name="android.intent.category.DEFAULT"/>
132 <category android:name="android.intent.category.DEFAULT"/>

1234567