/packages/apps/DeskClock/res/drawable/ |
indicator_clock_onoff.xml | 18 <item android:state_pressed="true" android:state_window_focused="true"
|
/packages/apps/Phone/res/layout/ |
change_sim_pin_screen.xml | 37 android:scrollHorizontally="true" 40 android:password="true"/> 62 android:scrollHorizontally="true" 65 android:password="true"/> 75 android:scrollHorizontally="true" 78 android:password="true"/> 115 android:scrollHorizontally="true" 118 android:password="true"/>
|
/packages/apps/QuickSearchBox/res/drawable/ |
corpus_grid_item_bg.xml | 19 <item android:state_pressed="true" 22 <item android:state_focused="true"
|
suggestion_background.xml | 18 <item android:state_pressed="true" 21 <item android:state_focused="true"
|
/packages/apps/Settings/res/layout/ |
intent_sender.xml | 40 android:singleLine="true" 44 android:scrollHorizontally="true" 56 android:singleLine="true" 60 android:scrollHorizontally="true" 73 android:singleLine="true" 77 android:scrollHorizontally="true" 90 android:singleLine="true" 94 android:scrollHorizontally="true"
|
/packages/providers/ApplicationsProvider/ |
AndroidManifest.xml | 12 android:stateNotNeeded="true" 13 android:excludeFromRecents="true">
|
/system/core/rootdir/etc/ |
dbus.conf | 24 <allow send_requested_reply="true"/> 25 <allow receive_requested_reply="true"/>
|
/ndk/build/gmsl/ |
gmsl-tests | 62 $(call test_assert,$(call not,$(true)),$(false)) 63 $(call test_assert,$(call not,$(false)),$(true)) 67 $(call test_assert,$(call or,$(true),$(true)),$(true)) 68 $(call test_assert,$(call or,$(true),$(false)),$(true)) 69 $(call test_assert,$(call or,$(false),$(true)),$(true)) 74 $(call test_assert,$(call and,$(true),$(true)),$(true) [all...] |
/external/dbus/bus/ |
dispatch.c | 53 return TRUE; /* silently don't send it */ 63 return TRUE; 126 return TRUE; 270 if (!bus_activation_activate_service (activation, connection, transaction, TRUE, 385 return TRUE; 426 bus_test_run_bus_loop (context, TRUE); 532 return TRUE; 535 d->failed = TRUE; 703 d->failed = TRUE; 727 return TRUE; [all...] |
/development/simulator/app/ |
Preferences.cpp | 60 return true; 86 return true; 115 mDirty = true; // should already be, mbut make sure 116 return true; 139 { "pref", "auto-power-on", "true" }, 142 { "pref", "check-jni", "true" }, 143 { "pref", "enable-sound", "true" }, 144 { "pref", "enable-fake-camera", "true" }, 307 mDirty = true; 308 return true; [all...] |
/frameworks/base/core/java/android/text/ |
Selection.java | 133 return true; 149 return true; 174 return true; 190 return true; 208 return true; 214 return true; 233 return true; 239 return true; 266 return true; 269 return true; [all...] |
/packages/apps/Gallery3D/src/com/cooliris/media/ |
MediaSet.java | 64 // Set to true if at least one item in the set has a valid latitude and 76 public boolean mIsLocal = true; 123 mNumExpectedItemsCountAccurate = true; 133 return true; 138 mNumExpectedItemsCountAccurate = true; 242 mLatLongDetermined = true; 247 mLatLongDetermined = true; 252 mLatLongDetermined = true; 257 mLatLongDetermined = true; 264 * @return true if the item was removed, false if removal failed or item wa [all...] |
/bootable/diskinstaller/ |
Android.mk | 4 ifeq ($(TARGET_USE_DISKINSTALLER),true)
|
/bootable/diskinstaller/editdisklbl/ |
Android.mk | 5 ifneq ($(TARGET_SIMULATOR),true)
|
/bootable/recovery/mtdutils/ |
Android.mk | 1 ifneq ($(TARGET_SIMULATOR),true)
|
/build/core/ |
host_executable.mk | 8 LOCAL_IS_HOST_MODULE := true
|
/build/libs/host/ |
Android.mk | 22 LOCAL_ACP_UNAVAILABLE:= true
|
/build/tools/acp/ |
Android.mk | 23 LOCAL_ACP_UNAVAILABLE := true
|
/cts/tests/res/layout/ |
viewanimator_layout.xml | 22 android:focusable="true" 28 android:layout_alignParentTop="true" 29 android:layout_alignParentLeft="true" 42 android:layout_alignParentRight="true"
|
/cts/tests/tests/content/src/android/content/res/cts/ |
Resources_NotFoundExceptionTest.java | 52 isThrowed = true; 57 isFinnalyRun = true; 71 isThrowed = true; 76 isFinnalyRun = true;
|
/cts/tools/annotation-helper/ |
.classpath | 4 <classpathentry exported="true" kind="lib" path="bin/"/>
|
/cts/tools/spec-progress/ |
Android.mk | 4 LOCAL_IS_HOST_MODULE := true
|
/cts/tools/test-progress/ |
Android.mk | 4 LOCAL_IS_HOST_MODULE := true
|
/dalvik/dx/src/com/android/dx/util/ |
MutabilityControl.java | 33 mutable = true; 39 * @param mutable {@code true} iff this instance is mutable 56 * @return {@code true} iff this instance is immutable 65 * @return {@code true} iff this instance is mutable
|
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/ |
FutureTaskTest.java | 51 FutureTask task = new FutureTask(null, Boolean.TRUE); 59 * isDone is true when a task completes 136 * Cancel(true) before run succeeds 140 assertTrue(task.cancel(true)); 158 * cancel(true) interrupts a running task 168 return Boolean.TRUE; 175 assertTrue(task.cancel(true)); 197 return Boolean.TRUE; 224 return Boolean.TRUE; 262 return Boolean.TRUE; [all...] |