Home
last modified time | relevance | path

Searched refs:current (Results 1 – 25 of 96) sorted by relevance

1234

/development/samples/ShortcutSample/
DAndroid.mk39 LOCAL_SDK_VERSION := current
61 LOCAL_SDK_VERSION := current
83 LOCAL_SDK_VERSION := current
106 LOCAL_SDK_VERSION := current
129 LOCAL_SDK_VERSION := current
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
DTaskBackService.java144 AccessibilityNodeInfo current = source; in getListItemNodeInfo() local
146 AccessibilityNodeInfo parent = current.getParent(); in getListItemNodeInfo()
151 return current; in getListItemNodeInfo()
154 AccessibilityNodeInfo oldCurrent = current; in getListItemNodeInfo()
155 current = parent; in getListItemNodeInfo()
/development/apps/Development/src/com/android/development/
DLogViewer.java132 for (int current = start; current < bytes.length; current++) { in next0()
133 if (bytes[current] == 0) in next0()
134 return current; in next0()
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DConversations.java107 ThreadLocalRandom.current().nextInt(), in getUnreadConversations()
117 messages.add(MESSAGES[ThreadLocalRandom.current().nextInt(0, maxLen)]); in makeMessages()
123 return PARTICIPANTS[ThreadLocalRandom.current().nextInt(0, PARTICIPANTS.length)]; in name()
/development/samples/ShortcutDemo/publisher/
DAndroid.mk39 LOCAL_SDK_VERSION := current
61 LOCAL_SDK_VERSION := current
/development/samples/ShortcutDemo/launcher/
DAndroid.mk43 LOCAL_SDK_VERSION := current
69 LOCAL_SDK_VERSION := current
/development/apps/DevelopmentSettings/
DAndroid.mk5 LOCAL_SDK_VERSION := current
/development/samples/devbytes/telephony/SmsSampleProject/
Dgradle.properties8 # http://www.gradle.org/docs/current/userguide/build_environment.html
17 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
/development/samples/MySampleRss/
DAndroid.mk10 LOCAL_SDK_VERSION := current
/development/samples/SpellChecker/HelloSpellChecker/
DAndroid.mk9 LOCAL_SDK_VERSION := current
/development/apps/Fallback/
DAndroid.mk9 LOCAL_SDK_VERSION := current
/development/samples/HeavyWeight/
DAndroid.mk11 LOCAL_SDK_VERSION := current
/development/apps/WidgetPreview/
DAndroid.mk25 LOCAL_SDK_VERSION := current
/development/samples/SpellChecker/SampleSpellCheckerService/
DAndroid.mk9 LOCAL_SDK_VERSION := current
/development/apps/NinePatchLab/
DAndroid.mk9 LOCAL_SDK_VERSION := current
/development/samples/USB/MissileLauncher/
DAndroid.mk10 LOCAL_SDK_VERSION := current
/development/samples/USB/AdbTest/
DAndroid.mk10 LOCAL_SDK_VERSION := current
/development/samples/RSSReader/
DAndroid.mk10 LOCAL_SDK_VERSION := current
/development/samples/FixedGridLayout/
DAndroid.mk10 LOCAL_SDK_VERSION := current
/development/samples/AliasActivity/
DAndroid.mk10 LOCAL_SDK_VERSION := current
/development/samples/HelloEffects/
DAndroid.mk8 LOCAL_SDK_VERSION := current
/development/samples/JetBoy/
DAndroid.mk10 LOCAL_SDK_VERSION := current
/development/samples/SearchableDictionary/
DAndroid.mk8 LOCAL_SDK_VERSION := current
/development/samples/CubeLiveWallpaper/
DAndroid.mk26 LOCAL_SDK_VERSION := current
/development/samples/VoiceRecognitionService/
DAndroid.mk8 LOCAL_SDK_VERSION := current

1234