Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 59) sorted by relevance

123

/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DRemotePlayer.java150 public void onError(String error, int code, Bundle data) { in play() argument
151 logError("play: failed", error, code); in play()
192 public void onError(String error, int code, Bundle data) { in getStatus() argument
193 logError("getStatus: failed", error, code); in getStatus()
220 public void onError(String error, int code, Bundle data) { in pause()
221 logError("pause: failed", error, code); in pause()
245 public void onError(String error, int code, Bundle data) { in resume()
246 logError("resume: failed", error, code); in resume()
273 public void onError(String error, int code, Bundle data) { in stop()
274 logError("stop: failed", error, code); in stop()
[all …]
/development/samples/ShortcutSample/
DAndroid.mk31 LOCAL_AAPT_FLAGS += --version-code 10
55 LOCAL_AAPT_FLAGS += --version-code 11
79 LOCAL_AAPT_FLAGS += --version-code 12
103 LOCAL_AAPT_FLAGS += --version-code 11
128 LOCAL_AAPT_FLAGS += --version-code 12
/development/samples/AccelerometerPlay/
D_index.jd6 <p>Example code that shows how to use the device accelerometer in apps and games.</p>
/development/samples/ApiDemos/src/com/example/android/apis/app/
DAlarmService_Service.java127 protected boolean onTransact(int code, Parcel data, Parcel reply,
129 return super.onTransact(code, data, reply, flags);
DNotifyingService.java124 protected boolean onTransact(int code, Parcel data, Parcel reply,
126 return super.onTransact(code, data, reply, flags);
/development/samples/Alarm/src/com/example/android/newalarm/
DAlarmService.java118 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) in onTransact() argument
122 return super.onTransact(code, data, reply, flags); in onTransact()
/development/samples/browseable/Camera2Basic/
D_index.jd8 This sample demonstrates the basic use of Camera2 API. Check the source code to see how
/development/samples/browseable/MediaRecorder/
D_index.jd9 A TextureView is used as the camera preview which limits the code to API 14+. This
/development/samples/browseable/ActionBarCompat-Basic/
D_index.jd10 an item in code. Items that are not shown as action items on the Action Bar are
/development/samples/training/ads-and-ux/
DReadMe.txt7 http://code.google.com/mobile/ads/download.html
/development/samples/training/testingfun/app/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/development/samples/ControllerSample/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/development/samples/training/testingfun/app/tests/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/development/samples/training/basic/FragmentBasics/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/development/samples/training/NsdChat/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/development/samples/ApiDemos/src/com/example/android/apis/os/
DMmsMessagingDemo.java235 private void handleSentResult(int code, Intent intent) { in handleSentResult() argument
238 if (code == Activity.RESULT_OK) { in handleSentResult()
257 Log.e(TAG, "MMS not sent, error=" + code); in handleSentResult()
276 private void handleReceivedResult(Context context, int code, Intent intent) { in handleReceivedResult() argument
278 if (code == Activity.RESULT_OK) { in handleReceivedResult()
307 Log.e(TAG, "MMS not received, error=" + code); in handleReceivedResult()
/development/samples/devbytes/telephony/SmsSampleProject/
Dgradlew.bat82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
83 rem the _cmd.exe /c_ return code!
/development/tools/checkcolor/
Dgradlew.bat82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
83 rem the _cmd.exe /c_ return code!
/development/samples/training/testingfun/
Dgradlew.bat82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
83 rem the _cmd.exe /c_ return code!
/development/tools/winscope/
DREADME.md10 ### Checking out code and setting up environment
/development/samples/training/basic/ActivityLifecycle/
Dproguard.cfg6 -optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
/development/samples/training/multiscreen/newsreader/
Dproguard.cfg6 -optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
/development/tools/repo_diff/
DREADME.md96 a list of changes that actually have lines of code in the tree.
98 that have lines of code in the final source tree.
106 * It does not find commits that only delete lines of code.
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DSoftKeyboard.java498 private boolean isAlphabet(int code) { in isAlphabet() argument
499 if (Character.isLetter(code)) { in isAlphabet()
701 public boolean isWordSeparator(int code) { in isWordSeparator() argument
703 return separators.contains(String.valueOf((char)code)); in isWordSeparator()
/development/samples/SimpleJNI/jni/
DAndroid.bp17 // This makefile supplies the rules for building a library of JNI code for

123