/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/ |
D | RemotePlayer.java | 150 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/ |
D | Android.mk | 31 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.jd | 6 <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/ |
D | NotifyingService.java | 124 protected boolean onTransact(int code, Parcel data, Parcel reply, 126 return super.onTransact(code, data, reply, flags);
|
D | AlarmService_Service.java | 127 protected boolean onTransact(int code, Parcel data, Parcel reply, 129 return super.onTransact(code, data, reply, flags);
|
/development/samples/Alarm/src/com/example/android/newalarm/ |
D | AlarmService.java | 118 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.jd | 8 This sample demonstrates the basic use of Camera2 API. Check the source code to see how
|
/development/samples/browseable/MediaRecorder/ |
D | _index.jd | 9 A TextureView is used as the camera preview which limits the code to API 14+. This
|
/development/samples/browseable/ActionBarCompat-Basic/ |
D | _index.jd | 10 an item in code. Items that are not shown as action items on the Action Bar are
|
/development/samples/training/ads-and-ux/ |
D | ReadMe.txt | 7 http://code.google.com/mobile/ads/download.html
|
/development/samples/training/testingfun/app/ |
D | project.properties | 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/development/samples/training/NsdChat/ |
D | project.properties | 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/development/samples/training/basic/FragmentBasics/ |
D | project.properties | 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/development/samples/training/testingfun/app/tests/ |
D | project.properties | 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/development/samples/ControllerSample/ |
D | project.properties | 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
D | MmsMessagingDemo.java | 235 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/training/testingfun/ |
D | gradlew.bat | 82 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/ |
D | gradlew.bat | 82 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/devbytes/telephony/SmsSampleProject/ |
D | gradlew.bat | 82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of 83 rem the _cmd.exe /c_ return code!
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 10 * Redistributions of source code must retain the above copyright 41 == in this case for the Android-specific code. == 119 a) in the case of the initial Contributor, the initial code and 156 derivative works, in source code and object code form. 162 Contributor, if any, in source code and object code form. This 192 A Contributor may choose to distribute the Program in object code form 213 iv) states that source code for the Program is available from 218 When the Program is made available in source code form: 447 http://www.unicode.org/cldr/data/ . Unicode Software includes any source code 495 /* This ICU code derived from: */ [all …]
|
/development/samples/training/multiscreen/newsreader/ |
D | proguard.cfg | 6 -optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
|
/development/samples/training/basic/ActivityLifecycle/ |
D | proguard.cfg | 6 -optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
|
/development/tools/repo_diff/ |
D | README.md | 96 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/ |
D | SoftKeyboard.java | 469 private boolean isAlphabet(int code) { in isAlphabet() argument 470 if (Character.isLetter(code)) { in isAlphabet() 672 public boolean isWordSeparator(int code) { in isWordSeparator() argument 674 return separators.contains(String.valueOf((char)code)); in isWordSeparator()
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
D | RssService.java | 259 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) { 260 return super.onTransact(code, data, reply, flags);
|