/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | EditingUtil.java | 48 public static void appendText(InputConnection connection, String newText) { in appendText() argument 49 if (connection == null) { in appendText() 54 connection.finishComposingText(); in appendText() 57 CharSequence charBeforeCursor = connection.getTextBeforeCursor(1, 0); in appendText() 64 connection.setComposingText(newText, 1); in appendText() 67 private static int getCursorPosition(InputConnection connection) { in getCursorPosition() argument 68 ExtractedText extracted = connection.getExtractedText( in getCursorPosition() 85 InputConnection connection, String separators, Range range) { in getWordAtCursor() argument 86 Range r = getWordRangeAtCursor(connection, separators, range); in getWordAtCursor() 95 InputConnection connection, String separators) { in deleteWordAtCursor() argument [all …]
|
/packages/apps/Phone/src/com/android/phone/ |
D | ManageConferenceUtils.java | 156 Connection connection = (Connection) connections.get(i); in updateManageConferencePanel() local 157 updateManageConferenceRow(i, connection, canSeparate); in updateManageConferencePanel() 177 final Connection connection, in updateManageConferenceRow() argument 179 if (DBG) log("updateManageConferenceRow(" + i + ")... connection = " + connection); in updateManageConferenceRow() 181 if (connection != null) { in updateManageConferenceRow() 202 endConferenceConnection(i, connection); in updateManageConferenceRow() 211 separateConferenceConnection(i, connection); in updateManageConferenceRow() 225 connection, in updateManageConferenceRow() 285 public void endConferenceConnection(int i, Connection connection) { in endConferenceConnection() argument 287 + ": Connection " + connection); in endConferenceConnection() [all …]
|
D | BluetoothHandsfree.java | 365 Connection connection = null; 367 connection = (Connection) ((AsyncResult) msg.obj).result; 369 handlePreciseCallStateChange(sendUpdate(), connection); 652 Connection connection) { in handlePreciseCallStateChange() argument 862 if (connection == null) { in handlePreciseCallStateChange() 863 connection = ringingCall.getEarliestConnection(); in handlePreciseCallStateChange() 864 if (connection == null) { in handlePreciseCallStateChange() 869 if (connection != null) { in handlePreciseCallStateChange() 870 number = connection.getAddress(); in handlePreciseCallStateChange()
|
D | PhoneUtils.java | 643 Connection connection; in placeCallVia() local 645 connection = PhoneApp.getInstance().mCM.dial(phone, gatewayNumber); in placeCallVia() 648 connection = null; in placeCallVia() 651 if (null == connection) { in placeCallVia() 687 connection.setUserData(info); in placeCallVia()
|
/packages/apps/Email/src/com/android/email/mail/store/ |
D | ImapStore.java | 381 ImapConnection connection = getConnection(); in getPersonalNamespaces() local 384 List<ImapResponse> responses = connection.executeSimpleCommand( in getPersonalNamespaces() 412 connection.close(); in getPersonalNamespaces() 415 connection.destroyResponses(); in getPersonalNamespaces() 416 poolConnection(connection); in getPersonalNamespaces() 422 ImapConnection connection = new ImapConnection(); in checkSettings() local 424 connection.open(); in checkSettings() 425 connection.close(); in checkSettings() 429 connection.destroyResponses(); in checkSettings() 437 ImapConnection connection = null; in getConnection() local [all …]
|
/packages/apps/Email/docs/ |
D | TESTS | 14 Check delete functionality on IMAP with no network connection. 18 Check save draft functionality on IMAP with no network connection. 22 Check sent functionality on IMAP with no network connection.
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/ |
D | DefaultSoftKeyboardEN.java | 99 InputConnection connection = mWnn.getCurrentInputConnection(); in getShiftKeyState() local 100 if (connection != null) { in getShiftKeyState() 101 int caps = connection.getCursorCapsMode(editor.inputType); in getShiftKeyState()
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
D | CropImage.java | 132 MediaScannerConnection connection = mConnectionMap.get(context); in launchCropperOrFinish() 133 if (connection != null) { in launchCropperOrFinish() 138 connection.scanFile(path, item.mMimeType); in launchCropperOrFinish() 155 MediaScannerConnection connection = mConnectionMap.get(context); in launchCropperOrFinish() 156 if (connection != null) { in launchCropperOrFinish() 157 connection.disconnect(); in launchCropperOrFinish() 162 MediaScannerConnection connection = new MediaScannerConnection(context, client); in launchCropperOrFinish() local 163 mConnectionMap.put(context, connection); in launchCropperOrFinish() 164 connection.connect(); in launchCropperOrFinish()
|
/packages/apps/Browser/src/com/android/browser/ |
D | EventLogTags.logtags | 11 # and how long it took to load the page. Could maybe also tell the kind of connection (2g, 3g, WiFi…
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
D | DefaultSoftKeyboardJAJP.java | 1118 InputConnection connection = mWnn.getCurrentInputConnection(); in getShiftKeyState() local 1119 if (connection != null) { in getShiftKeyState() 1120 int caps = connection.getCursorCapsMode(editor.inputType); in getShiftKeyState()
|