/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/ |
D | IngestObjectInfo.java | 14 private int mHandle; field in IngestObjectInfo 20 mHandle = mtpObjectInfo.getObjectHandle(); in IngestObjectInfo() 27 mHandle = handle; in IngestObjectInfo() 46 return mHandle; in getObjectHandle() 51 MtpObjectInfo info = device.getObjectInfo(mHandle); in getName() 73 return "IngestObjectInfo [mHandle=" + mHandle + ", mDateCreated=" + mDateCreated in toString() 84 result = prime * result + mHandle; in hashCode() 109 if (mHandle != other.mHandle) { in equals()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallAttributesTests.java | 39 private static final PhoneAccountHandle mHandle = new PhoneAccountHandle( field in CallAttributesTests 60 CallAttributes callAttributes = new CallAttributes.Builder(mHandle, in testRequiredAttributes() 64 assertEquals(mHandle, callAttributes.getPhoneAccountHandle()); in testRequiredAttributes() 70 new CallAttributes.Builder(mHandle, -1, TEST_NAME, TEST_URI).build() in testInvalidDirectionAttributes() 77 new CallAttributes.Builder(mHandle, CallAttributes.DIRECTION_OUTGOING, in testInvalidCallType() 84 CallAttributes callAttributes = new CallAttributes.Builder(mHandle, in testOptionalAttributes() 91 assertEquals(mHandle, callAttributes.getPhoneAccountHandle()); in testOptionalAttributes() 100 CallAttributes callAttributes = new CallAttributes.Builder(mHandle, in testDescribeContents() 109 CallAttributes callAttributes = new CallAttributes.Builder(mHandle, in testWriteToParcel()
|
D | TransactionTests.java | 93 private static final PhoneAccountHandle mHandle = new PhoneAccountHandle( field in TransactionTests 234 CallAttributes callAttributes = new CallAttributes.Builder(mHandle, in testOutgoingCallTransaction() 262 CallAttributes callAttributes = new CallAttributes.Builder(mHandle, in testIncomingCallTransaction() 288 CallAttributes audioOnlyAttributes = new CallAttributes.Builder(mHandle, in testOutgoingCallTransactionRemapsVideoState() 293 CallAttributes videoAttributes = new CallAttributes.Builder(mHandle, in testOutgoingCallTransactionRemapsVideoState() 323 CallAttributes audioOnlyAttributes = new CallAttributes.Builder(mHandle, in testIncomingCallTransactionRemapsVideoState() 328 CallAttributes videoAttributes = new CallAttributes.Builder(mHandle, in testIncomingCallTransactionRemapsVideoState()
|
D | CallRedirectionProcessorTest.java | 86 @Mock private Uri mHandle; field in CallRedirectionProcessorTest 178 startProcessWithNoGateWayInfo(mHandle); in startProcessWithNoGateWayInfo() 188 mProcessor = new CallRedirectionProcessor(mContext, mCallsManager, mCall, mHandle, in startProcessWithGateWayInfo() 201 verify(mCallsManager, times(1)).onCallRedirectionComplete(eq(mCall), eq(mHandle), in testNoUserDefinedServiceNoCarrierSerivce() 319 verify(mCallsManager, times(1)).onCallRedirectionComplete(eq(mCall), eq(mHandle), in testProcessGatewayCall()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | HandleMap.java | 46 final int mHandle; field in HandleMap.Entry 58 mHandle = handle; in Entry() 73 mHandle = handle; in Entry() 83 mHandle = handle; in Entry() 91 mHandle = handle; in Entry() 134 || entry.mHandle != handle) { in setStarted() 145 if (entry.mHandle == handle) { in getByHandle() 156 && entry.mHandle == handle in checkServiceExists() 168 && (entry.mHandle == serviceHandle in deleteService() 217 .append(entry.mHandle) in dump()
|
D | GattService.java | 2500 mNativeInterface.gattServerStopService(serverIf, entry.mHandle); in stopNextService() 2518 handleList.add(entry.mHandle); in deleteServices()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | MissedCallNotifier.java | 40 private Uri mHandle; field in MissedCallNotifier.CallInfo 47 mHandle = handle; in CallInfo() 54 mHandle = call.getHandle(); in CallInfo() 67 return mHandle; in getHandle() 71 return mHandle == null ? null : mHandle.getSchemeSpecificPart(); in getHandleSchemeSpecificPart()
|
D | Call.java | 441 private Uri mHandle; field in Call 1164 Log.piiHandle(mHandle), in toString() 1593 return mHandle; in getHandle() 1645 if (!Objects.equals(handle, mHandle) || presentation != mHandlePresentation) { in setHandle() 1649 mHandle = null; in setHandle() 1651 mHandle = handle; in setHandle() 1652 if (mHandle != null && !PhoneAccount.SCHEME_VOICEMAIL.equals(mHandle.getScheme()) in setHandle() 1653 && TextUtils.isEmpty(mHandle.getSchemeSpecificPart())) { in setHandle() 1656 mHandle = null; in setHandle() 1664 mIsEmergencyCall = mHandle != null && in setHandle() [all …]
|
/packages/modules/Virtualization/libs/libvirtualization_jni/ |
D | common.h | 23 RpcSessionHandle() : mHandle(ARpcSession_new()) {} in RpcSessionHandle() 24 ~RpcSessionHandle() { ARpcSession_free(mHandle); } in ~RpcSessionHandle() 26 ARpcSession* get() { return mHandle; } in get() 29 ARpcSession* mHandle;
|
/packages/apps/Settings/src/com/android/settings/applications/intentpicker/ |
D | ProgressDialogFragment.java | 60 private Handler mHandle; field in ProgressDialogFragment 74 mHandle = new Handler(Looper.getMainLooper()); in onCreateDialog() 130 mHandle.post(() -> { in generateProgressAlertDialog() 131 synchronized (mHandle) { in generateProgressAlertDialog() 163 mHandle.post(() -> { in queryLinksInBackground() 164 synchronized (mHandle) { in queryLinksInBackground()
|
/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/ |
D | UserHandleCompat.java | 21 public UserHandle mHandle; field in UserHandleCompat 24 this.mHandle = handle; in UserHandleCompat() 28 this.mHandle = new UserHandle(userId); in UserHandleCompat()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/ |
D | EventReport.java | 46 private final String mHandle; field in EventReport 61 mHandle = attrs.get("handle"); in EventReport() 66 mHandle = null; in EventReport() 163 return mHandle; in getHandle() 221 json.put("handle", mHandle); in toString()
|
D | Message.java | 33 private final String mHandle; field in Message 74 mHandle = attrs.get("handle"); in Message() 168 json.put("handle", mHandle); in toString() 196 return mHandle; in getHandle()
|
/packages/services/Car/cpp/computepipe/runner/graph/ |
D | LocalPrebuiltGraph.cpp | 43 dlsym(mPrebuiltGraphInstance->mHandle, func_name.c_str()); \ 188 mPrebuiltGraphInstance->mHandle = dlopen(prebuilt_library.c_str(), RTLD_NOW); in GetPrebuiltGraphFromLibrary() 190 if (mPrebuiltGraphInstance->mHandle) { in GetPrebuiltGraphFromLibrary() 195 (const unsigned char* (*)())dlsym(mPrebuiltGraphInstance->mHandle, in GetPrebuiltGraphFromLibrary() 207 size_t*))dlsym(mPrebuiltGraphInstance->mHandle, in GetPrebuiltGraphFromLibrary() 257 if (mHandle) { in ~LocalPrebuiltGraph() 258 dlclose(mHandle); in ~LocalPrebuiltGraph()
|
D | LocalPrebuiltGraph.h | 126 void* mHandle; variable
|
/packages/modules/Uwb/ranging/service/java/com/android/server/ranging/oob/ |
D | OobController.java | 85 private final OobHandle mHandle; field in OobController.OobConnection 96 mHandle = handle; in OobConnection() 97 mDisconnectTimeoutAlarmTag = "RangingOobConnection" + mHandle + "DisconnectTimeout"; in OobConnection() 142 mConnections.remove(mHandle); in close() 207 mOobDataSender.sendOobData(mHandle, data); in setDataSendFuture()
|
/packages/services/Telephony/src/com/android/phone/ |
D | ShortcutViewUtils.java | 122 private final PhoneAccountHandle mHandle; field in ShortcutViewUtils.PhoneInfo 135 mHandle = handle; in PhoneInfo() 143 return mHandle; in getPhoneAccountHandle() 183 if (mHandle != null) { in toString() 184 sb.append("handle=").append(mHandle.getId()).append(", "); in toString()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/ |
D | MapClientContent.java | 329 verbose(currentMessage.mHandle); in findChangeInDatabase() 332 currentMessage.mHandle, BluetoothMapClient.READ); in findChangeInDatabase() 338 verbose("Deleted " + ((MessageStatus) record.getValue()).mHandle); in findChangeInDatabase() 341 ((MessageStatus) record.getValue()).mHandle, BluetoothMapClient.DELETED); in findChangeInDatabase() 768 messageHandle = handleAndStatus.mHandle; in getMessagesFromUri() 850 String mHandle; field in MapClientContent.MessageStatus 854 mHandle = handle; in MessageStatus() 868 return other.mHandle.equals(mHandle); in equals() 873 return Objects.hash(mHandle); in hashCode()
|
D | MceStateMachine.java | 199 private final String mHandle; field in MceStateMachine.MessageMetadata 205 mHandle = handle; in MessageMetadata() 212 return mHandle; in getHandle()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/ |
D | MapClientStateMachineTest.java | 994 com.android.bluetooth.mapclient.Message createNewMessage(String mType, String mHandle) { in createNewMessage() argument 998 attrs.put("handle", mHandle); in createNewMessage() 1010 String mHandle, in createNewEventReport() argument 1019 attrs.put("handle", mHandle); in createNewEventReport()
|