Searched defs:close (Results 151 - 157 of 157) sorted by relevance

1234567

/packages/apps/Browser/src/com/android/browser/
H A DTab.java733 // JavaScript can only close popup window.
1046 Log.e(LOGTAG, "Can't close the window");
1265 // just need to dismiss the mSubView, rather than close the Tab
1510 void setCloseOnBack(boolean close) { argument
1511 mCloseOnBack = close;
1653 // This will maintain the app id, original url and close-on-exit values.
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaWindowAdapter.java756 public void close() { method in class:AgendaWindowAdapter
778 recycleMe.cursor.close();
792 info.cursor.close();
989 cursor.close();
1089 cursor.close();
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnnJAJP.java145 /** Message for {@code mHandler} (close) */
450 if (mConverterJAJP != null) mConverterJAJP.close();
451 if (mConverterEN != null) mConverterEN.close();
452 if (mConverterSymbolEngineBack != null) mConverterSymbolEngineBack.close();
594 mTutorial.close();
3012 if (mTutorial.close()) {
3045 /** @see OpenWnn#close */
3046 @Override protected void close() { method in class:OpenWnnJAJP
/packages/inputmethods/PinyinIME/jni/share/
H A Dmatrixsearch.cpp179 void MatrixSearch::close() { function in class:ime_pinyin::MatrixSearch
/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java785 * before we close it.
1194 public int close(int nativeHandle) throws RemoteException { method in class:NfcService.TagService
1544 //TODO: This is incorrect behavior - the close should interrupt pending
1662 public Bundle close(String pkg, IBinder binder) throws RemoteException { method in class:NfcService.NfcAdapterExtrasService
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationCursor.java171 close();
544 public void close() { method in class:ConversationCursor.UnderlyingCursorWrapper
547 super.close();
618 result.close();
699 close();
1101 close();
1108 public void close() { method in class:ConversationCursor
1110 // Unregister our observer on the underlying cursor and close as usual
1119 mUnderlyingCursor.close();
2119 c.close();
[all...]
/packages/apps/Email/src/com/android/email/provider/
H A DEmailProvider.java512 mDatabase.close();
516 mBodyDatabase.close();
554 boxCursor.close();
564 c.close();
613 findCursor.close();
1360 c.close();
1428 c.close();
1468 backupDatabase.close();
1493 backupDatabase.close();
1620 c.close();
3966 public void close() { method in class:EmailProvider.CloseDetectingCursor
[all...]

Completed in 627 milliseconds

1234567