HomeSort by relevance Sort by last modified time
    Searched refs:finish (Results 151 - 175 of 539) sorted by null

1 2 3 4 5 67 8 91011>>

  /development/apps/CustomLocale/src/com/android/customlocale/
NewLocaleDialog.java 75 finish(); method
  /development/apps/FontLab/src/com/android/fontlab/
BackgroundPicker.java 74 finish(); method
FontPicker.java 71 finish(); method
  /development/apps/SdkSetup/src/com/android/sdksetup/
DefaultActivity.java 66 finish(); method
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ContactsFilterInstrumentation.java 67 // Wait for the activity to finish all of its processing.
72 finish(Activity.RESULT_OK, null); method
ContactsSelectInstrumentation.java 86 finish(Activity.RESULT_OK, null); method
LauncherShortcuts.java 69 finish(); method
LocalSampleInstrumentation.java 82 // Wait for the activity to finish all of its processing.
91 finish(Activity.RESULT_OK, null); method
NotificationDisplay.java 83 finish(); method
RedirectGetter.java 79 finish();
  /development/samples/NotePad/src/com/example/android/notepad/
NoteEditor.java 127 // If we were unable to create a new note, then just finish
132 finish(); method
143 finish(); method
302 finish(); method
333 finish(); method
NotesLiveFolder.java 63 finish(); method
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
WordActivity.java 42 finish(); method
  /external/guava/src/com/google/common/io/
LineBuffer.java 28 * to pass character data, and call {@link #finish} at the end of stream.
48 * @see #finish
101 protected void finish() throws IOException { method in class:LineBuffer
LineReader.java 78 lineBuf.finish();
  /external/openssl/crypto/comp/
comp.h 18 void (*finish)(COMP_CTX *ctx); member in struct:comp_method_st
  /external/openssl/crypto/dh/
dh_lib.c 89 if (mtmp->finish) mtmp->finish(dh);
191 if (r->meth->finish)
192 r->meth->finish(r);
  /external/openssl/crypto/dsa/
dsa_lib.c 115 if (mtmp->finish) mtmp->finish(dsa);
228 if(r->meth->finish)
229 r->meth->finish(r);
  /external/openssl/include/openssl/
comp.h 18 void (*finish)(COMP_CTX *ctx); member in struct:comp_method_st
  /external/svox/pico/src/com/svox/pico/
GetSampleText.java 64 finish(); method
  /external/webkit/WebCore/platform/network/qt/
QNetworkReplyHandler.h 61 void finish();
  /frameworks/base/test-runner/src/android/test/
ActivityInstrumentationTestCase2.java 156 // Finish the Activity off (unless was never launched anyway)
159 a.finish();
  /frameworks/base/tests/CoreTests/android/core/
HashMapPerfTest.java 84 long finish = SystemClock.uptimeMillis(); local
91 // " iters) = " + (finish - start));
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java 103 finish(); method
116 finish(); method
128 finish(); method
164 finish(); method
BluetoothOppLiveFolder.java 64 finish(); method

Completed in 1690 milliseconds

1 2 3 4 5 67 8 91011>>