/packages/apps/Settings/src/com/android/settings/ |
DebugIntentSender.java | 62 finish();
|
SmsDefaultDialog.java | 49 finish(); method
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
RequestPermissionHelperActivity.java | 60 finish(); method
|
/packages/apps/VideoEditor/src/com/android/videoeditor/ |
KenBurnsActivity.java | 184 finish(); method 254 finish(); method 313 finish(); 389 finish(); method
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactsTransaction.java | 185 public void finish(boolean callerIsBatch) { method in class:ContactsTransaction 187 Log.i(AbstractContactsProvider.TAG, "ContactsTransaction.finish callerIsBatch=" + 188 callerIsBatch, new RuntimeException("ContactsTransaction.finish")); 193 Log.i(AbstractContactsProvider.TAG, "ContactsTransaction.finish: " +
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/ |
ContactsDumpActivity.java | 81 finish(); method
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
SocketServer.py | 89 synchronously, but to finish processing in a forked child depending on 260 # or create a new thread to finish the request 333 """Finish one request by instantiating RequestHandlerClass.""" 651 self.finish() 659 def finish(self): member in class:BaseRequestHandler 702 def finish(self): member in class:StreamRequestHandler 730 def finish(self): member in class:DatagramRequestHandler
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
SocketServer.py | 89 synchronously, but to finish processing in a forked child depending on 260 # or create a new thread to finish the request 333 """Finish one request by instantiating RequestHandlerClass.""" 651 self.finish() 659 def finish(self): member in class:BaseRequestHandler 702 def finish(self): member in class:StreamRequestHandler 730 def finish(self): member in class:DatagramRequestHandler
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
DevicePickerActivity.java | 117 finish(); method 155 finish(); method
|
/cts/tests/src/android/app/cts/ |
LocalActivityManagerTestHelper.java | 333 finish(); method 338 finish(); method
|
/dalvik/vm/mterp/armv5te/ |
OP_IPUT.S | 26 bne .L${opcode}_finish @ yes, finish up
|
OP_IPUT_OBJECT.S | 26 bne .L${opcode}_finish @ yes, finish up
|
OP_IPUT_WIDE.S | 21 bne .L${opcode}_finish @ yes, finish up
|
/dalvik/vm/mterp/armv6t2/ |
OP_IPUT_WIDE.S | 20 bne .L${opcode}_finish @ yes, finish up
|
/dalvik/vm/mterp/mips/ |
OP_INSTANCE_OF.S | 29 beq a0, a1, .L${opcode}_trivial # yes, trivial finish
|
OP_IPUT_OBJECT.S | 27 bnez v0, .L${opcode}_finish # yes, finish up
|
OP_IPUT_WIDE.S | 22 bnez v0, .L${opcode}_finish # yes, finish up
|
/dalvik/vm/mterp/x86/ |
OP_INSTANCE_OF.S | 31 je .L${opcode}_trivial # yes, trivial finish
|
/development/apps/Development/src/com/android/development/ |
BadBehaviorActivity.java | 124 finish(); method 130 finish(); method
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/ |
AuthenticatorActivity.java | 179 finish(); method 207 finish(); method
|
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/ |
AsyncTask.java | 477 * {@link #doInBackground(Object[])} to finish the task as early as 653 private void finish(Result result) { method in class:AsyncTask 670 result.mTask.finish(result.mData[0]);
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
Token.js | 16 /** imaginary tree navigation type; finish with a child list */
|
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/screenshot/ |
screenshot.js | 15 // We are waiting for the tab we opened to finish loading.
|
/external/chromium_org/chrome/android/testshell/java/src/org/chromium/chrome/testshell/ |
ChromiumTestShellActivity.java | 68 finish(); 77 // Process was already running, finish initialization now. 82 finish(); method
|
/external/chromium_org/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ |
ContentShellActivity.java | 104 finish(); 123 finish(); method
|