Home
last modified time | relevance | path

Searched defs:NAME (Results 1 – 25 of 67) sorted by relevance

123

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DPeopleTileViewHelperTest.java87 private static final String NAME = "username"; field in PeopleTileViewHelperTest
220 assertEquals(name.getText(), NAME); in testCreateRemoteViewsWithLastInteractionTime() local
267 assertEquals(name.getText(), NAME); in testCreateRemoteViewsWithLastInteractionTime() local
292 assertEquals(name.getText(), NAME); in testCreateRemoteViewsWithGameTypeOnlyIsIgnored() local
339 assertEquals(name.getText(), NAME); in testCreateRemoteViewsWithGameTypeOnlyIsIgnored() local
364 assertEquals(name.getText(), NAME); in testCreateRemoteViewsWithBirthdayTypeOnlyIsNotIgnored() local
420 assertEquals(name.getText(), NAME); in testCreateRemoteViewsWithBirthdayTypeOnlyIsNotIgnored() local
448 assertEquals(name.getText(), NAME); in testCreateRemoteViewsWithStatusTemplate() local
505 assertEquals(name.getText(), NAME); in testCreateRemoteViewsWithStatusTemplate() local
732 assertEquals(name.getText(), NAME); in testCreateRemoteViewsWithMissedCallNotification() local
[all …]
/frameworks/native/include/binder/
DIInterface.h115 #define IMPLEMENT_META_INTERFACE(INTERFACE, NAME) \ argument
127 #define IMPLEMENT_META_INTERFACE(INTERFACE, NAME) \ argument
162 #define DO_NOT_DIRECTLY_USE_ME_IMPLEMENT_META_INTERFACE(INTERFACE, NAME) \ argument
172 #define DO_NOT_DIRECTLY_USE_ME_IMPLEMENT_META_NESTED_INTERFACE(PARENT, INTERFACE, NAME) \ argument
/frameworks/native/libs/binder/include/binder/
DIInterface.h115 #define IMPLEMENT_META_INTERFACE(INTERFACE, NAME) \ argument
127 #define IMPLEMENT_META_INTERFACE(INTERFACE, NAME) \ argument
162 #define DO_NOT_DIRECTLY_USE_ME_IMPLEMENT_META_INTERFACE(INTERFACE, NAME) \ argument
172 #define DO_NOT_DIRECTLY_USE_ME_IMPLEMENT_META_NESTED_INTERFACE(PARENT, INTERFACE, NAME) \ argument
/frameworks/compile/slang/
Drs_cc_options.cpp39 #define PREFIX(NAME, VALUE) argument
40 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument
49 #define PREFIX(NAME, VALUE) const char *const NAME[] = VALUE; argument
50 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument
57 #define PREFIX(NAME, VALUE) argument
58 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument
/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
DConstants.kt20 const val NAME = "protologtool" constant
/frameworks/base/core/java/android/util/
DJsonToken.java53 NAME, enumConstant
/frameworks/av/camera/ndk/
DNdkCaptureRequest.cpp133 #define SET_ENTRY(NAME,NDK_TYPE) \ argument
155 #define SET_PHYSICAL_ENTRY(NAME,NDK_TYPE) \ in SET_ENTRY() argument
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/http/
DHttpConstants.java48 public static final String NAME = "Content-Type"; field in HttpConstants.ContentType
/frameworks/opt/photoviewer/src/com/android/ex/photo/provider/
DPhotoContract.java35 public static final String NAME = OpenableColumns.DISPLAY_NAME; field
/frameworks/base/core/java/android/provider/
DLiveFolders.java183 public static final String NAME = "name"; field in LiveFolders
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
DMandelbulb.java51 public static final String NAME = "A Mandelbulb"; field in Mandelbulb
DDroid.java58 public static final String NAME = "A Droid"; field in Droid
/frameworks/base/libs/hwui/jni/
Dscoped_nullable_primitive_array.h24 #define ARRAY_TRAITS(ARRAY_TYPE, POINTER_TYPE, NAME) \ argument
/frameworks/base/core/jni/
Dscoped_nullable_primitive_array.h24 #define ARRAY_TRAITS(ARRAY_TYPE, POINTER_TYPE, NAME) \ argument
/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/customization/data/content/
DCustomizationProviderContract.kt91 const val NAME = "name" constant
192 const val NAME = "name" constant
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DOppProfile.java30 static final String NAME = "OPP"; field in OppProfile
DPbapServerProfile.java44 public static final String NAME = "PBAP Server"; field in PbapServerProfile
DPanProfile.java48 static final String NAME = "PAN"; field in PanProfile
DHidDeviceProfile.java45 static final String NAME = "HID DEVICE"; field in HidDeviceProfile
DSapProfile.java53 static final String NAME = "SAP"; field in SapProfile
DHfpClientProfile.java53 static final String NAME = "HEADSET_CLIENT"; field in HfpClientProfile
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DVoiceMailConstants.java46 static final int NAME = 0; field in VoiceMailConstants
/frameworks/opt/chips/src/com/android/ex/chips/
DQueries.java76 public static final int NAME = 0; // String field in Queries.Query
/frameworks/compile/mclinker/tools/mcld/
DMain.cpp67 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument
77 #define PREFIX(NAME, VALUE) \ argument
120 #define PREFIX(NAME, VALUE) \ argument
126 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
DSoundTriggerDbHelper.java39 private static final String NAME = "st_sound_model.db"; field in SoundTriggerDbHelper

123