HomeSort by relevance Sort by last modified time
    Searched refs:finish (Results 351 - 375 of 1825) sorted by null

<<11121314151617181920>>

  /packages/apps/Music/src/com/android/music/
ScanningProgress.java 42 finish();
53 finish();
WeekSelector.java 55 finish();
75 finish();
  /packages/apps/OMA-DM/plugins/testplugin/src/com/android/example/testplugin/
InjectSoapPackageActivity.java 183 finish(); method
192 finish(); method
  /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 136 finish(); method
140 finish(); method
OutgoingCallBroadcaster.java 122 finish();
130 * Starts the delayed finish() of OutgoingCallBroadcaster in order to give the UI
149 if (DBG) Log.v(TAG, "OutgoingCallReceiver is going to finish the Activity itself.");
151 // We cannot finish the activity immediately here because it would cause the temporary
154 // However, if we know we are not attemping a call, we need to finish the activity
160 finish(); method
350 // No need to finish() here, since the OutgoingCallReceiver from
352 // finish() on our original instance, which apparently works fine
354 // down. And note that if we *do* call finish() here, that just
355 // results in an "ActivityManager: Duplicate finish request
444 finish(); method
526 finish(); method
542 finish(); method
548 finish(); method
570 finish(); method
612 finish(); method
705 finish(); method
713 finish(); method
    [all...]
  /frameworks/base/core/java/android/accounts/
GrantCredentialsPermissionActivity.java 61 finish(); method
75 finish(); method
85 finish(); method
172 finish(); method
183 public void finish() { method in class:GrantCredentialsPermissionActivity
194 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/icu/icu4c/source/tools/genrb/
genrb.c 508 goto finish;
524 goto finish;
550 goto finish;
564 goto finish;
568 goto finish;
580 goto finish;
591 goto finish;
612 goto finish;
628 finish:
676 goto finish;
    [all...]
  /external/libselinux/src/
label_file.c 466 goto finish;
471 goto finish;
480 goto finish;
490 goto finish;
496 goto finish;
500 goto finish;
514 goto finish;
528 finish:
590 goto finish;
597 goto finish;
    [all...]
  /external/qemu/distrib/libselinux/src/
label_file.c 466 goto finish;
471 goto finish;
480 goto finish;
490 goto finish;
496 goto finish;
500 goto finish;
514 goto finish;
528 finish:
589 goto finish;
596 goto finish;
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DeviceAdminAdd.java 113 finish(); method
122 finish(); method
135 finish(); method
142 finish(); method
147 finish(); method
157 finish(); method
190 finish(); method
201 finish(); method
205 finish(); method
226 finish(); method
327 finish(); method
341 finish(); method
    [all...]
  /external/e2fsprogs/lib/ext2fs/
alloc.c 275 errcode_t ext2fs_get_free_blocks2(ext2_filsys fs, blk64_t start, blk64_t finish,
289 if (!finish)
290 finish = start;
295 finish &= ~(c_ratio -1);
304 } while (b != finish);
308 errcode_t ext2fs_get_free_blocks(ext2_filsys fs, blk_t start, blk_t finish,
313 retval = ext2fs_get_free_blocks2(fs, start, finish, num, map, &val);
  /frameworks/base/core/jni/
android_view_InputEventReceiver.cpp 66 struct Finish {
77 Vector<Finish> mFinishQueue;
130 Finish finish; local
131 finish.seq = seq;
132 finish.handled = handled;
133 mFinishQueue.add(finish);
178 const Finish& finish = mFinishQueue.itemAt(i); local
179 status_t status = mInputConsumer.sendFinishedSignal(finish.seq, finish.handled)
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkInputActivity.java 80 finish();
108 finish(); method
140 finish(); method
146 finish(); method
177 finish(); method
223 finish(); method
227 finish(); method
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 460 long finish = receiver.getCompletedTime(); local
461 if (start != -1 && finish != -1) {
462 writeOutput(String.format("enable() completed in %d ms", (finish - start)));
520 long finish = receiver.getCompletedTime(); local
521 if (start != -1 && finish != -1) {
522 writeOutput(String.format("disable() completed in %d ms", (finish - start)));
816 long finish = receiver.getCompletedTime(); local
817 if (start != -1 && finish != -1) {
819 (finish - start)));
878 long finish = receiver.getCompletedTime(); local
969 long finish = receiver.getCompletedTime(); local
1050 long finish = receiver.getCompletedTime(); local
1155 long finish = receiver.getCompletedTime(); local
1259 long finish = receiver.getCompletedTime(); local
1352 long finish = receiver.getCompletedTime(); local
    [all...]
  /external/elfutils/0.153/libdwfl/
dwfl_segment_report_module.c 144 inline int finish (void) function
153 return finish ();
207 return finish ();
212 return finish ();
220 return finish ();
225 return finish ();
230 return finish ();
238 return finish ();
247 return finish ();
445 return finish ();
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityContainer.java 52 public void finish(); method in interface:KeyguardSecurityContainer.SecurityCallback
323 boolean finish = false;
325 finish = true;
331 finish = true; // no security required
342 finish = true;
352 finish = true;
364 if (finish) {
365 mSecurityCallback.finish();
367 return finish;
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainActivity.java 95 finish(null);
104 finish(null);
130 finish(); method
210 finish(alias);
267 finish(null);
377 private void finish(String alias) { method in class:KeyChainActivity
392 finish(); method
425 finish(); method
430 finish(null);
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-hangul.c 104 goto finish;
109 goto finish;
114 goto finish;
119 goto finish;
125 finish:

Completed in 2285 milliseconds

<<11121314151617181920>>