/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | PackageVerificationStateTest.java | 32 PackageVerificationState state = new PackageVerificationState(REQUIRED_UID, null); in testPackageVerificationState_OnlyRequiredVerifier_AllowedInstall() local 47 PackageVerificationState state = new PackageVerificationState(REQUIRED_UID, null); in testPackageVerificationState_OnlyRequiredVerifier_DeniedInstall() local 62 PackageVerificationState state = new PackageVerificationState(REQUIRED_UID, null); in testPackageVerificationState_RequiredAndOneSufficient_RequiredDeniedInstall() local 87 PackageVerificationState state = new PackageVerificationState(REQUIRED_UID, null); in testPackageVerificationState_RequiredAndOneSufficient_SufficientDeniedInstall() local 112 PackageVerificationState state = new PackageVerificationState(REQUIRED_UID, null); in testPackageVerificationState_RequiredAndTwoSufficient_OneSufficientIsEnough() local 138 PackageVerificationState state = new PackageVerificationState(REQUIRED_UID, null); in testPackageVerificationState_RequiredAndTwoSufficient_SecondSufficientIsEnough() local 169 PackageVerificationState state = new PackageVerificationState(REQUIRED_UID, null); in testPackageVerificationState_RequiredAndTwoSufficient_RequiredOverrides() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarWindowManager.java | 93 private void applyKeyguardFlags(State state) { in applyKeyguardFlags() 103 private void adjustScreenOrientation(State state) { in adjustScreenOrientation() 115 private void applyFocusableFlag(State state) { in applyFocusableFlag() 129 private void applyHeight(State state) { in applyHeight() 139 private void applyFitsSystemWindows(State state) { in applyFitsSystemWindows() 143 private void applyUserActivityTimeout(State state) { in applyUserActivityTimeout() 153 private void applyInputFeatures(State state) { in applyInputFeatures() 165 private void apply(State state) { in apply() 227 public void setStatusBarState(int state) { in setStatusBarState()
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
D | sid_sync.cpp | 166 Word16 sid_sync_init(void **state) in sid_sync_init() 260 sid_syncState *state = (sid_syncState *) st; in sid_sync_reset() local 335 void sid_sync_exit(void **state) in sid_sync_exit() 495 void sid_sync(void *state, in sid_sync()
|
D | pre_proc.cpp | 212 Word16 Pre_Process_init(Pre_ProcessState **state) in Pre_Process_init() 320 Word16 Pre_Process_reset(Pre_ProcessState *state) in Pre_Process_reset() 416 void Pre_Process_exit(Pre_ProcessState **state) in Pre_Process_exit()
|
D | lpc.cpp | 183 Word16 lpc_init(lpcState **state) in lpc_init() 286 Word16 lpc_reset(lpcState *state) in lpc_reset() 374 void lpc_exit(lpcState **state) in lpc_exit()
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
D | q_plsf.cpp | 78 Word16 Q_plsf_init(Q_plsfState **state) in Q_plsf_init() 110 Word16 Q_plsf_reset(Q_plsfState *state) in Q_plsf_reset() 134 void Q_plsf_exit(Q_plsfState **state) in Q_plsf_exit()
|
/frameworks/base/core/java/android/nfc/ |
D | NfcActivityManager.java | 174 NfcActivityState state = findActivityState(activity); in getActivityState() local 211 NfcActivityState state = getActivityState(activity); in enableReaderMode() local 227 NfcActivityState state = getActivityState(activity); in disableReaderMode() local 252 NfcActivityState state = getActivityState(activity); in setNdefPushContentUri() local 270 NfcActivityState state = getActivityState(activity); in setNdefPushContentUriCallback() local 286 NfcActivityState state = getActivityState(activity); in setNdefPushMessage() local 304 NfcActivityState state = getActivityState(activity); in setNdefPushMessageCallback() local 322 NfcActivityState state = getActivityState(activity); in setOnNdefPushCompleteCallback() local 365 NfcActivityState state = findResumedActivityState(); in createBeamShareData() local 418 NfcActivityState state = findResumedActivityState(); in onNdefPushComplete() local [all …]
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | LinearLayoutManager.java | 218 SavedState state = new SavedState(); in onSaveInstanceState() local 241 public void onRestoreInstanceState(Parcelable state) { in onRestoreInstanceState() 391 protected int getExtraLayoutSpace(RecyclerView.State state) { in getExtraLayoutSpace() 400 public void smoothScrollToPosition(RecyclerView recyclerView, RecyclerView.State state, in smoothScrollToPosition() 525 fill(recycler, mLayoutState, state, false); in fill() argument 534 fill(recycler, mLayoutState, state, false); in fill() argument 561 layoutForPredictiveAnimations(recycler, state, startOffset, endOffset); in layoutForPredictiveAnimations() argument 581 void onAnchorReady(RecyclerView.State state, AnchorInfo anchorInfo) { in onAnchorReady() 588 RecyclerView.State state, int startOffset, int endOffset) { in layoutForPredictiveAnimations() 640 private void updateAnchorInfoForLayout(RecyclerView.State state, AnchorInfo anchorInfo) { in updateAnchorInfoForLayout() [all …]
|
D | ScrollbarHelper.java | 29 static int computeScrollOffset(RecyclerView.State state, OrientationHelper orientation, in computeScrollOffset() 60 static int computeScrollExtent(RecyclerView.State state, OrientationHelper orientation, in computeScrollExtent() 79 static int computeScrollRange(RecyclerView.State state, OrientationHelper orientation, in computeScrollRange()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | DefaultPhoneNotifier.java | 153 PhoneConstants.DataState state) { in notifyDataConnection() 158 PhoneConstants.DataState state) { in doNotifyDataConnection() 315 public static int convertCallState(PhoneConstants.State state) { in convertCallState() 330 public static PhoneConstants.State convertCallState(int state) { in convertCallState() 345 public static int convertDataState(PhoneConstants.DataState state) { in convertDataState() 362 public static PhoneConstants.DataState convertDataState(int state) { in convertDataState() 379 public static int convertDataActivityState(Phone.DataActivityState state) { in convertDataActivityState() 398 public static Phone.DataActivityState convertDataActivityState(int state) { in convertDataActivityState() 417 public static int convertPreciseCallState(Call.State state) { in convertPreciseCallState() 444 public static Call.State convertPreciseCallState(int state) { in convertPreciseCallState() [all …]
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | SupplicantState.java | 169 public static boolean isValidState(SupplicantState state) { in isValidState() 175 public static boolean isHandshakeState(SupplicantState state) { in isHandshakeState() 198 public static boolean isConnecting(SupplicantState state) { in isConnecting() 221 public static boolean isDriverActive(SupplicantState state) { in isDriverActive()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | PersistentDataStore.java | 88 InputDeviceState state = getInputDeviceState(inputDeviceDescriptor, false); in getTouchCalibration() local 101 InputDeviceState state = getInputDeviceState(inputDeviceDescriptor, true); in setTouchCalibration() local 112 InputDeviceState state = getInputDeviceState(inputDeviceDescriptor, false); in getCurrentKeyboardLayout() local 118 InputDeviceState state = getInputDeviceState(inputDeviceDescriptor, true); in setCurrentKeyboardLayout() local 127 InputDeviceState state = getInputDeviceState(inputDeviceDescriptor, false); in getKeyboardLayouts() local 136 InputDeviceState state = getInputDeviceState(inputDeviceDescriptor, true); in addKeyboardLayout() local 146 InputDeviceState state = getInputDeviceState(inputDeviceDescriptor, true); in removeKeyboardLayout() local 155 InputDeviceState state = getInputDeviceState(inputDeviceDescriptor, false); in switchKeyboardLayout() local 180 InputDeviceState state = mInputDevices.get(inputDeviceDescriptor); in getInputDeviceState() local 278 InputDeviceState state = new InputDeviceState(); in loadInputDevicesFromXml() local [all …]
|
/frameworks/base/core/java/android/content/ |
D | UndoManager.java | 176 public void restoreInstanceState(Parcelable state) { in restoreInstanceState() 252 UndoState state = mUndos.remove(i); in undo() local 284 UndoState state = mRedos.remove(i); in redo() local 312 UndoState state = mUndos.get(i); in forgetUndos() local 330 UndoState state = mRedos.get(i); in forgetRedos() local 385 UndoState state = getTopUndo(owners); in getUndoLabel() local 395 UndoState state = getTopRedo(owners); in getRedoLabel() local 516 UndoState state = getTopUndo(null); in getLastOperation() local 549 UndoState state = getTopUndo(null); in addOperation() local 624 UndoState state = getTopUndo(null); in commitState() local [all …]
|
/frameworks/base/core/java/android/content/res/ |
D | XmlBlock.java | 84 public void setFeature(String name, boolean state) throws XmlPullParserException { in setFeature() 497 /*package*/ static final native int nativeNext(long state); in nativeNext() 498 private static final native int nativeGetNamespace(long state); in nativeGetNamespace() 499 /*package*/ static final native int nativeGetName(long state); in nativeGetName() 500 private static final native int nativeGetText(long state); in nativeGetText() 501 private static final native int nativeGetLineNumber(long state); in nativeGetLineNumber() 502 private static final native int nativeGetAttributeCount(long state); in nativeGetAttributeCount() 503 private static final native int nativeGetAttributeNamespace(long state, int idx); in nativeGetAttributeNamespace() 504 private static final native int nativeGetAttributeName(long state, int idx); in nativeGetAttributeName() 505 private static final native int nativeGetAttributeResource(long state, int idx); in nativeGetAttributeResource() [all …]
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
D | ph_disp.cpp | 208 Word16 ph_disp_reset(ph_dispState *state) in ph_disp_reset() 299 void ph_disp_lock(ph_dispState *state) in ph_disp_lock() 376 void ph_disp_release(ph_dispState *state) in ph_disp_release() 655 ph_dispState *state, /* i/o : State struct */ in ph_disp()
|
D | ec_gains.cpp | 199 Word16 ec_gain_code_reset(ec_gain_codeState *state) in ec_gain_code_reset() 318 Word16 state, /* i : state of the state machine */ in ec_gain_code() 579 Word16 state, /* i : state of the state machine */ in ec_gain_pitch() 686 Word16 ec_gain_pitch_reset(ec_gain_pitchState *state) in ec_gain_pitch_reset()
|
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/ |
D | StateWaiter.java | 97 public void waitForState(int state, long timeoutMs) { in waitForState() 173 public String getStateName(int state) { in getStateName() 194 private void queueStateTransition(int state) { in queueStateTransition() 204 private int checkStateInRange(int state) { in checkStateInRange()
|
/frameworks/av/cmds/stagefright/ |
D | codec.cpp | 113 CodecState *state = in decode() local 141 CodecState *state = &stateByTrack.editValueAt(i); in decode() local 165 CodecState *state = &stateByTrack.editValueFor(trackIndex); in decode() local 200 CodecState *state = &stateByTrack.editValueAt(i); in decode() local 229 CodecState *state = &stateByTrack.editValueAt(i); in decode() local 241 CodecState *state = &stateByTrack.editValueAt(i); in decode() local 291 CodecState *state = &stateByTrack.editValueAt(i); in decode() local
|
D | SimplePlayer.cpp | 315 CodecState *state = in onPrepare() local 343 CodecState *state = &mStateByTrackIndex.editValueAt(i); in onPrepare() local 404 CodecState *state = &mStateByTrackIndex.editValueAt(i); in onReset() local 423 CodecState *state = &mStateByTrackIndex.editValueAt(i); in onDoMoreStuff() local 478 CodecState *state = &mStateByTrackIndex.editValueFor(trackIndex); in onDoMoreStuff() local 519 CodecState *state = &mStateByTrackIndex.editValueAt(i); in onDoMoreStuff() local 572 size_t trackIndex, CodecState *state) { in onOutputFormatChanged() 603 CodecState *state, BufferInfo *info, const sp<ABuffer> &buffer) { in renderAudio()
|
/frameworks/base/core/java/android/text/method/ |
D | MetaKeyKeyListener.java | 346 int state = content.getSpanFlags(what); in press() local 432 public static long resetLockedMeta(long state) { in resetLockedMeta() 457 public static final int getMetaState(long state) { in getMetaState() 489 public static final int getMetaState(long state, int meta) { in getMetaState() 517 public static long adjustMetaAfterKeypress(long state) { in adjustMetaAfterKeypress() 541 public static long handleKeyDown(long state, int keyCode, KeyEvent event) { in handleKeyDown() 560 private static long press(long state, int what, long mask, in press() 579 public static long handleKeyUp(long state, int keyCode, KeyEvent event) { in handleKeyUp() 598 private static long release(long state, int what, long mask, in release() 622 public long clearMetaKeyState(long state, int which) { in clearMetaKeyState()
|
/frameworks/base/core/java/android/printservice/ |
D | PrintJob.java | 193 final int state = getInfo().getState(); in start() local 216 final int state = info.getState(); in block() local 371 final int state = mCachedInfo.getState(); in isInImmutableState() local 377 private boolean setState(int state, String error) { in setState()
|
/frameworks/base/core/java/android/service/notification/ |
D | Condition.java | 50 public final int state; field in Condition 54 int state, int flags) { in Condition() 79 private static boolean isValidState(int state) { in isValidState() 107 public static String stateToString(int state) { in stateToString()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ITelephonyRegistry.aidl | 40 void notifyCallState(int state, String incomingNumber); in notifyCallState() 41 void notifyCallStateForSubscriber(in int subId, int state, String incomingNumber); in notifyCallStateForSubscriber() 42 void notifyServiceStateForPhoneId(in int phoneId, in int subId, in ServiceState state); in notifyServiceStateForPhoneId() 48 void notifyDataActivity(int state); in notifyDataActivity() 49 void notifyDataActivityForSubscriber(in int subId, int state); in notifyDataActivityForSubscriber() 50 void notifyDataConnection(int state, boolean isDataConnectivityPossible, in notifyDataConnection() 53 void notifyDataConnectionForSubscriber(int subId, int state, boolean isDataConnectivityPossible, in notifyDataConnectionForSubscriber()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | ColorDrawable.java | 194 final ColorState state = mColorState; in onStateChange() local 242 final ColorState state = mColorState; in updateStateFromTypedArray() local 263 final ColorState state = mColorState; in applyTheme() local 291 ColorState(ColorState state) { in ColorState() method in ColorDrawable.ColorState 321 private ColorDrawable(ColorState state) { in ColorDrawable()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | StateChangeResult.java | 30 SupplicantState state) { in StateChangeResult() 40 SupplicantState state; field in StateChangeResult
|