/frameworks/volley/src/com/android/volley/ |
NetworkDispatcher.java | 95 request.finish("network-discard-cancelled"); 111 request.finish("not-modified");
|
/packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/ |
DialogSmsDisplay.java | 93 finish(); method 100 finish();
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppBtEnableActivity.java | 92 finish(); method 96 finish(); method
|
/packages/apps/Camera/tests/src/com/android/camera/functional/ |
CameraTest.java | 43 getInstrumentation().startActivitySync(intent).finish(); 67 activity.finish();
|
/packages/apps/Camera2/tests/src/com/android/camera/functional/ |
CameraTest.java | 43 getInstrumentation().startActivitySync(intent).finish(); 67 activity.finish();
|
/packages/apps/Email/src/com/android/email/activity/ |
EventViewer.java | 40 finish(); method 73 finish(); method
|
/packages/apps/Gallery/src/com/android/camera/ |
PhotoAppWidgetConfigure.java | 48 finish(); method 101 finish(); method
|
/packages/apps/Music/src/com/android/music/ |
ScanningProgress.java | 42 finish(); 53 finish();
|
WeekSelector.java | 55 finish(); 75 finish();
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
UserDictionaryAddWordActivity.java | 93 finish(); method 100 finish(); method
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
DownloadOverMeteredDialog.java | 68 finish(); method 75 finish(); method
|
/packages/services/Telephony/src/com/android/phone/ |
HfaActivity.java | 135 finish(); method 139 finish(); method
|
EmergencyCallbackModeExitDialog.java | 82 finish(); method 134 // Wait for bind to finish 228 finish(); 245 finish(); 289 finish(); method 308 finish(); 341 finish();
|
OutgoingCallBroadcaster.java | 116 finish(); 124 * Starts the delayed finish() of OutgoingCallBroadcaster in order to give the UI 143 if (DBG) Log.v(TAG, "OutgoingCallReceiver is going to finish the Activity itself."); 145 // We cannot finish the activity immediately here because it would cause the temporary 148 // However, if we know we are not attemping a call, we need to finish the activity 154 finish(); method 372 // No need to finish() here, since the OutgoingCallReceiver from 374 // finish() on our original instance, which apparently works fine 376 // down. And note that if we *do* call finish() here, that just 377 // results in an "ActivityManager: Duplicate finish request 466 finish(); method 548 finish(); method 564 finish(); method 570 finish(); method 592 finish(); method 634 finish(); method 727 finish(); method 735 finish(); method [all...] |
/frameworks/base/core/java/android/accounts/ |
GrantCredentialsPermissionActivity.java | 63 finish(); method 77 finish(); method 87 finish(); method 174 finish(); method 185 public void finish() { method in class:GrantCredentialsPermissionActivity 196 super.finish();
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/ |
printers.py | 193 finish = self.val['_M_finish'] 194 delta_n = finish['_M_node'] - start['_M_node'] - 1 196 delta_f = finish['_M_cur'] - finish['_M_first'] 206 finish = self.val['_M_finish'] 208 start['_M_last'], finish['_M_cur'], self.buffer_size) 406 finish = self.val['_M_finish'] 407 if start == finish: 416 finish = self.val['_M_finish'] 417 if start == finish [all...] |
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/ |
TrampolineActivity.java | 70 finish(); method 82 finish(); method 90 finish(); method 99 finish(); method 155 getActivity().finish(); 224 getActivity().finish();
|
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/stlport/ |
printers.py | 192 finish = self.val['_M_finish'] 193 delta_n = finish['_M_node'] - start['_M_node'] - 1 195 delta_f = finish['_M_cur'] - finish['_M_first'] 205 finish = self.val['_M_finish'] 207 start['_M_last'], finish['_M_cur'], self.buffer_size) 405 finish = self.val['_M_finish'] 406 if start == finish: 415 finish = self.val['_M_finish'] 416 if start == finish [all...] |
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/stlport/ |
printers.py | 193 finish = self.val['_M_finish'] 194 delta_n = finish['_M_node'] - start['_M_node'] - 1 196 delta_f = finish['_M_cur'] - finish['_M_first'] 206 finish = self.val['_M_finish'] 208 start['_M_last'], finish['_M_cur'], self.buffer_size) 406 finish = self.val['_M_finish'] 407 if start == finish: 416 finish = self.val['_M_finish'] 417 if start == finish [all...] |
/external/chromium_org/third_party/icu/source/tools/genrb/ |
genrb.c | 491 goto finish; 507 goto finish; 533 goto finish; 547 goto finish; 551 goto finish; 562 goto finish; 573 goto finish; 594 goto finish; 609 finish: 656 goto finish; [all...] |
/external/icu4c/tools/genrb/ |
genrb.c | 493 goto finish; 509 goto finish; 535 goto finish; 549 goto finish; 553 goto finish; 564 goto finish; 575 goto finish; 596 goto finish; 612 finish: 660 goto finish; [all...] |
/external/libselinux/src/ |
label_file.c | 463 goto finish; 468 goto finish; 477 goto finish; 487 goto finish; 493 goto finish; 497 goto finish; 511 goto finish; 525 finish: 584 goto finish; 591 goto finish; [all...] |
/frameworks/base/core/jni/ |
android_view_InputEventReceiver.cpp | 65 struct Finish { 76 Vector<Finish> mFinishQueue; 129 Finish finish; local 130 finish.seq = seq; 131 finish.handled = handled; 132 mFinishQueue.add(finish); 177 const Finish& finish = mFinishQueue.itemAt(i); local 178 status_t status = mInputConsumer.sendFinishedSignal(finish.seq, finish.handled) [all...] |
/packages/apps/Stk/src/com/android/stk/ |
StkInputActivity.java | 80 finish(); 108 finish(); method 141 finish(); method 147 finish(); method 178 finish(); method 224 finish(); method 228 finish(); method
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
BluetoothTestUtils.java | 459 long finish = receiver.getCompletedTime(); local 460 if (start != -1 && finish != -1) { 461 writeOutput(String.format("enable() completed in %d ms", (finish - start))); 519 long finish = receiver.getCompletedTime(); local 520 if (start != -1 && finish != -1) { 521 writeOutput(String.format("disable() completed in %d ms", (finish - start))); 815 long finish = receiver.getCompletedTime(); local 816 if (start != -1 && finish != -1) { 818 (finish - start))); 877 long finish = receiver.getCompletedTime(); local 957 long finish = receiver.getCompletedTime(); local 1038 long finish = receiver.getCompletedTime(); local 1143 long finish = receiver.getCompletedTime(); local 1247 long finish = receiver.getCompletedTime(); local 1340 long finish = receiver.getCompletedTime(); local [all...] |