Home
last modified time | relevance | path

Searched refs:mCode (Results 1 – 17 of 17) sorted by relevance

/aosp14/frameworks/base/core/java/android/inputmethodservice/navigationbar/
H A DKeyButtonView.java58 private int mCode; field in KeyButtonView
79 if (mCode != KEYCODE_UNKNOWN) {
95 mCode = KEYCODE_BACK; in KeyButtonView()
98 mCode = KEYCODE_UNKNOWN; in KeyButtonView()
116 return mCode != KEYCODE_UNKNOWN || super.isClickable(); in isClickable()
120 mCode = code; in setCode()
132 if (mCode != KEYCODE_UNKNOWN) { in onInitializeAccessibilityNodeInfo()
151 if (action == ACTION_CLICK && mCode != KEYCODE_UNKNOWN) { in performAccessibilityActionInternal()
190 if (mCode != KEYCODE_UNKNOWN) { in onTouchEvent()
216 if (mCode != KEYCODE_UNKNOWN) { in onTouchEvent()
[all …]
/aosp14/frameworks/base/telephony/java/com/android/ims/
H A DImsException.java33 private int mCode; field in ImsException
40 mCode = code; in ImsException()
45 mCode = code; in ImsException()
54 return mCode; in getCode()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DKeyButtonView.java72 private int mCode; field in KeyButtonView
134 if (mCode != KEYCODE_UNKNOWN) {
185 return mCode != KEYCODE_UNKNOWN || super.isClickable(); in isClickable()
189 mCode = code; in setCode()
224 if (mCode != KEYCODE_UNKNOWN) { in onInitializeAccessibilityNodeInfo()
279 if (mCode != KEYCODE_UNKNOWN) { in onTouchEvent()
305 if (mCode != KEYCODE_UNKNOWN) { in onTouchEvent()
325 if (mCode != KEYCODE_UNKNOWN) { in onTouchEvent()
385 switch(mCode) { in logSomePresses()
410 .setSubtype(mCode) in sendEvent()
[all …]
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DQueryLocationException.java64 private int mCode = ERROR_UNSPECIFIED; field in QueryLocationException
73 dest.writeInt(mCode); in writeToParcel()
105 mCode = code; in QueryLocationException()
111 mCode = code; in QueryLocationException()
115 return mCode; in getCode()
H A DCallEndpointException.java58 private int mCode = ERROR_UNSPECIFIED; field in CallEndpointException
69 dest.writeInt(mCode); in writeToParcel()
97 mCode = code; in CallEndpointException()
102 return mCode; in getCode()
H A DCallException.java75 private int mCode = CODE_ERROR_UNKNOWN; field in CallException
86 dest.writeInt(mCode); in writeToParcel()
126 mCode = code; in CallException()
134 return mCode; in getCode()
/aosp14/frameworks/base/core/java/android/content/
H A DUriMatcher.java132 mCode = code; in UriMatcher()
140 mCode = NO_MATCH; in UriMatcher()
199 node.mCode = code; in addURI()
229 return this.mCode;
272 return node.mCode;
279 private int mCode;
/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DImsException.java77 private int mCode = CODE_ERROR_UNSPECIFIED; field in ImsException
97 mCode = code; in ImsException()
111 mCode = code; in ImsException()
118 return mCode; in getCode()
H A DImsReasonInfo.java1345 public int mCode; field in ImsReasonInfo
1359 mCode = CODE_UNSPECIFIED; in ImsReasonInfo()
1365 mCode = in.readInt(); in ImsReasonInfo()
1373 mCode = code; in ImsReasonInfo()
1379 mCode = code; in ImsReasonInfo()
1388 return mCode; in getCode()
1412 String imsCode = (sImsCodeMap.containsKey(mCode)) ? sImsCodeMap.get(mCode) : "UNKNOWN_CODE"; in toString()
1413 return "ImsReasonInfo :: {" + mCode + " : " + imsCode + ", " in toString()
1424 out.writeInt(mCode); in writeToParcel()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/
H A DAppOpItem.java24 private int mCode; field in AppOpItem
32 this.mCode = code; in AppOpItem()
45 return mCode; in getCode()
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DBinderCallHeavyHitterWatcher.java166 public int mCode; field in BinderCallHeavyHitterWatcher.HeavyHitterContainer
185 this.mCode = other.mCode; in HeavyHitterContainer()
195 return this.mUid == o.mUid && this.mClass == o.mClass && this.mCode == o.mCode in equals()
201 return hashCode(mUid, mClass, mCode); in hashCode()
374 container.mCode = code; in onTransaction()
/aosp14/frameworks/base/core/java/android/app/
H A DAppOpInfo.java129 private int mCode; field in AppOpInfo.Builder
145 this.mCode = code; in Builder()
152 this.mCode = value; in setCode()
208 return new AppOpInfo(mCode, mSwitchCode, mName, mSimpleName, mPermission, mRestriction, in build()
/aosp14/frameworks/base/media/java/android/mtp/
H A DMtpPropertyList.java43 private int mCode; field in MtpPropertyList
46 mCode = code; in MtpPropertyList()
73 return mCode; in getCode()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBinderHeavyHitterTest.java95 container.mCode = code; in newContainer()
135 watcher.onTransaction(container.mUid, container.mClass, container.mCode); in testPositive()
163 watcher.onTransaction(container.mUid, container.mClass, container.mCode); in testNegative()
/aosp14/frameworks/base/services/tests/RemoteProvisioningServiceTests/src/com/android/server/security/rkp/
H A DRemoteProvisioningShellCommandTest.java76 private int mCode; field in RemoteProvisioningShellCommandTest.CommandResult
81 mCode = code; in CommandResult()
87 return mCode; in getCode()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java19664 .append(',').append(resolver.getMethodName(container.mClass, container.mCode))
19665 .append(',').append(container.mCode)
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt14258 Landroid/content/UriMatcher;->mCode:I
32302 Landroid/mtp/MtpPropertyList;->mCode:I