/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
D | SoftKeyToggle.java | 95 ToggleState state = getToggleState(); in getKeyIcon() local 102 ToggleState state = getToggleState(); in getKeyIconPopup() local 115 ToggleState state = getToggleState(); in getKeyCode() local 122 ToggleState state = getToggleState(); in getKeyLabel() local 129 ToggleState state = getToggleState(); in getKeyBg() local 138 ToggleState state = getToggleState(); in getKeyHlBg() local 147 ToggleState state = getToggleState(); in getColor() local 156 ToggleState state = getToggleState(); in getColorHl() local 165 ToggleState state = getToggleState(); in getColorBalloon() local 174 ToggleState state = getToggleState(); in isKeyCodeKey() local [all …]
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadThread.java | 135 State state = new State(mInfo); in run() local 230 private void executeDownload(State state, AndroidHttpClient client, HttpGet request) in executeDownload() 288 State state, InnerState innerState, byte[] data, InputStream entityStream) in transferData() 314 private void finalizeDestinationFile(State state) throws StopRequestException { in finalizeDestinationFile() 326 private void cleanupDestination(State state, int finalStatus) { in cleanupDestination() 342 private void syncDestination(State state) { in syncDestination() 371 private void closeDestination(State state) { in closeDestination() 390 private void checkPausedOrCanceled(State state) throws StopRequestException { in checkPausedOrCanceled() 410 private void reportProgress(State state, InnerState innerState) { in reportProgress() 427 private void writeDataToDestination(State state, byte[] data, int bytesRead) in writeDataToDestination() [all …]
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | StateManager.java | 52 ActivityState state = null; in startState() local 72 ActivityState state = null; in startStateForResult() local 148 void finishState(ActivityState state) { in finishState() 204 ActivityState state = null; in switchState() local 234 Bundle state = bundle.getBundle(KEY_STATE); in restoreFromState() local 258 Bundle state = new Bundle(); in saveState() local 285 public StateEntry(Bundle data, ActivityState state) { in StateEntry()
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | Summary.java | 25 static String get(Context context, String ssid, DetailedState state) { in get() 36 static String get(Context context, DetailedState state) { in get()
|
D | WifiEnabler.java | 129 private void handleWifiStateChanged(int state) { in handleWifiStateChanged() 160 private void handleStateChanged(@SuppressWarnings("unused") NetworkInfo.DetailedState state) { in handleStateChanged()
|
D | WpsDialog.java | 206 private void updateDialog(DialogState state, String msg) { in updateDialog() 237 final NetworkInfo.DetailedState state = info.getDetailedState(); in handleEvent() local
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | EntityModifier.java | 85 public static boolean canInsert(EntityDelta state, DataKind kind) { in canInsert() 94 public static boolean hasValidTypes(EntityDelta state, DataKind kind) { in hasValidTypes() 109 EntityDelta state, AccountType accountType, String mimeType) { in ensureKindExists() 134 public static ArrayList<EditType> getValidTypes(EntityDelta state, DataKind kind) { in getValidTypes() 147 public static ArrayList<EditType> getValidTypes(EntityDelta state, DataKind kind, in getValidTypes() 166 private static ArrayList<EditType> getValidTypes(EntityDelta state, DataKind kind, in getValidTypes() 204 private static SparseIntArray getTypeFrequencies(EntityDelta state, DataKind kind) { in getTypeFrequencies() 300 public static EditType getBestValidType(EntityDelta state, DataKind kind, in getBestValidType() 344 public static ValuesDelta insertChild(EntityDelta state, DataKind kind) { in insertChild() 358 public static ValuesDelta insertChild(EntityDelta state, DataKind kind, EditType type) { in insertChild() [all …]
|
/packages/apps/Contacts/tests/src/com/android/contacts/ |
D | EntityModifierTests.java | 217 final EntityDelta state = getEntity(TEST_ID); in testValidTypes() local 260 final EntityDelta state = getEntity(TEST_ID); in testCanInsert() local 292 final EntityDelta state = getEntity(TEST_ID); in testBestValidType() local 334 final EntityDelta state = getEntity(TEST_ID); in testIsEmptyDirectFields() local 351 final EntityDelta state = getEntity(TEST_ID); in testTrimEmptySingle() local 392 final EntityDelta state = EntityDeltaListTests.buildBeforeEntity(TEST_ID, VER_FIRST); in testTrimEmptySpaces() local 417 final EntityDelta state = EntityDeltaListTests.buildBeforeEntity(TEST_ID, VER_FIRST); in testTrimLeaveValid() local 445 final EntityDelta state = getEntity(TEST_ID); in testTrimEmptyUntouched() local 474 final EntityDelta state = getEntity(TEST_ID, before); in testTrimEmptyAfterUpdate() local 522 final EntityDelta state = getEntity(null); in testTrimInsertEmpty() local [all …]
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | DockService.java | 256 final int state = msg.arg1; in processMessage() local 317 private void msgTypeUndockedTemporary(BluetoothDevice device, int state, in msgTypeUndockedTemporary() 355 private boolean msgTypeDocked(BluetoothDevice device, final int state, in msgTypeDocked() 423 int state = intent.getIntExtra(Intent.EXTRA_DOCK_STATE, -1234); in parseIntent() local 458 int state, int startId) { in createDialog() 580 int state, boolean firstTime) { in initBtSettings() 691 int state = i.getIntExtra(Intent.EXTRA_DOCK_STATE, in handleBluetoothStateOn() local 727 int state = intent.getIntExtra(Intent.EXTRA_DOCK_STATE, in handleUnexpectedDisconnect() local 824 private synchronized void handleDocked(BluetoothDevice device, int state, in handleDocked()
|
/packages/apps/SoundRecorder/src/com/android/soundrecorder/ |
D | Recorder.java | 49 public void onStateChanged(int state); in onStateChanged() 101 public int state() { in state() method in Recorder 260 private void setState(int state) { in setState() 268 private void signalStateChanged(int state) { in signalStateChanged()
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | BluetoothHeadsetHandover.java | 261 int state = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR); in handleIntent() local 290 int state = intent.getIntExtra(BluetoothProfile.EXTRA_STATE, BluetoothAdapter.ERROR); in handleIntent() local 300 int state = intent.getIntExtra(BluetoothProfile.EXTRA_STATE, BluetoothAdapter.ERROR); in handleIntent() local
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | StructuredNameEditorView.java | 64 public void setValues(DataKind kind, ValuesDelta entry, EntityDelta state, boolean readOnly, in setValues() 203 SavedState state = new SavedState(super.onSaveInstanceState()); in onSaveInstanceState() local 210 protected void onRestoreInstanceState(Parcelable state) { in onRestoreInstanceState()
|
D | RawContactEditorView.java | 159 public void setState(EntityDelta state, AccountType type, ViewIdGenerator vig, in setState() 242 primary, state, false, vig); in setState() local 245 primary, state, false, vig); in setState() local
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
D | ZoomControl.java | 49 void onZoomStateChanged(int state); // only for smooth zoom in onZoomStateChanged() 159 protected void performZoom(int state) { in performZoom() 163 private void performZoom(int state, boolean fromUser) { in performZoom()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapReceiver.java | 58 int state = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR); in onReceive() local
|
D | BluetoothPbapService.java | 202 int state = mAdapter.getState(); in onCreate() local 237 int state = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR); in parseIntent() local 622 private void setState(int state) { in setState() 626 private synchronized void setState(int state, int result) { in setState()
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
D | OpenWnnJAJP.java | 541 EngineState state = new EngineState(); in onStartInputView() local 695 EngineState state; in onEvent() local 1667 EngineState state = new EngineState(); in processRightKeyEvent() local 1765 EngineState state = new EngineState(); in updateViewStatusForPrediction() local 2022 EngineState state = new EngineState(); in commitTextThroughInputConnection() local 2054 EngineState state = new EngineState(); in changeEngineMode() local 2160 private void updateEngineState(EngineState state) { in updateEngineState() 2534 EngineState state = new EngineState(); in startConvert() local 2749 EngineState state = new EngineState(); in fitInputType() local 2814 EngineState state = new EngineState(); in initializeScreen() local [all …]
|
/packages/apps/Stk/src/com/android/stk/ |
D | StkAppInstaller.java | 51 int state = install ? PackageManager.COMPONENT_ENABLED_STATE_ENABLED in setAppState() local
|
/packages/apps/Settings/src/com/android/settings/ |
D | PointerSpeedPreference.java | 56 protected void showDialog(Bundle state) { in showDialog() 136 protected void onRestoreInstanceState(Parcelable state) { in onRestoreInstanceState()
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
D | TransactionState.java | 65 synchronized void setState(int state) { in setState()
|
/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ |
D | AddressListParserTokenManager.java | 48 private final int jjStartNfaWithStates_0(int pos, int kind, int state) in jjStartNfaWithStates_0() 88 private final void jjCheckNAdd(int state) in jjCheckNAdd() 224 private final int jjStartNfaWithStates_2(int pos, int kind, int state) in jjStartNfaWithStates_2() 348 private final int jjStartNfaWithStates_4(int pos, int kind, int state) in jjStartNfaWithStates_4() 482 private final int jjStartNfaWithStates_3(int pos, int kind, int state) in jjStartNfaWithStates_3() 603 private final int jjStartNfaWithStates_1(int pos, int kind, int state) in jjStartNfaWithStates_1()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | ShiftKeyState.java | 62 protected String toString(int state) { in toString()
|
/packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/ |
D | ContentTypeParserTokenManager.java | 49 private final int jjStartNfaWithStates_0(int pos, int kind, int state) in jjStartNfaWithStates_0() 79 private final void jjCheckNAdd(int state) in jjCheckNAdd() 238 private final int jjStartNfaWithStates_1(int pos, int kind, int state) in jjStartNfaWithStates_1() 359 private final int jjStartNfaWithStates_3(int pos, int kind, int state) in jjStartNfaWithStates_3() 493 private final int jjStartNfaWithStates_2(int pos, int kind, int state) in jjStartNfaWithStates_2()
|
/packages/apps/Calculator/src/com/android/calculator2/ |
D | Calculator.java | 60 public void onCreate(Bundle state) { in onCreate() 220 protected void onSaveInstanceState(Bundle state) { in onSaveInstanceState() 333 public void restoreState(Parcelable state, ClassLoader loader) { in restoreState()
|
/packages/apps/Browser/src/com/android/browser/ |
D | CrashRecoveryHandler.java | 157 Bundle state = null; in loadCrashState() local 223 synchronized void writeState(Bundle state) { in writeState()
|