Searched refs:mFullName (Results 1 – 3 of 3) sorted by relevance
/packages/services/Car/service/src/com/android/car/vms/ |
D | VmsClientManager.java | 359 private final String mFullName; field in VmsClientManager.ClientConnection 367 mFullName = mName.flattenToString() + " U=" + mUser.getIdentifier(); in ClientConnection() 378 if (DBG) Log.d(TAG, "binding: " + mFullName); in bind() 385 Log.e(TAG, "While binding " + mFullName, e); in bind() 396 if (DBG) Log.d(TAG, "unbinding: " + mFullName); in unbind() 400 Log.e(TAG, "While unbinding " + mFullName, t); in unbind() 404 notifyListenersOnClientDisconnected(mFullName); in unbind() 413 String.format("rebinding %s after %dms", mFullName, mMillisBeforeRebind)); in rebind() 425 if (DBG) Log.d(TAG, "terminating: " + mFullName); in terminate() 432 listener.onClientConnected(mFullName, mClientService); in notifyIfConnected() [all …]
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
D | ParticipantData.java | 109 private String mFullName; field in ParticipantData 133 pd.mFullName = cursor.getString(ParticipantsQuery.INDEX_FULL_NAME); in getFromCursor() 180 pd.mFullName = recipientEntry.getDisplayName(); in getFromRecipientEntry() 208 pd.mFullName = null; in getFromRawPhone() 274 pd.mFullName = null; in getSelfParticipant() 291 mFullName = mDisplayDestination; in maybeSetupUnknownSender() 312 return mFullName; in getFullName() 322 if (!TextUtils.isEmpty(mFullName)) { in getDisplayName() 323 return mFullName; in getDisplayName() 333 if (!TextUtils.isEmpty(mFullName)) { in getDisplayName() [all …]
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
D | LegacyPartnerWallpaperInfo.java | 54 private String mFullName; field in LegacyPartnerWallpaperInfo 62 mFullName = fullName; in LegacyPartnerWallpaperInfo() 67 mFullName = in.readString(); in LegacyPartnerWallpaperInfo() 146 File fullSizeImage = (systemDir == null) ? null : new File(systemDir, mFullName); in getAsset() 182 parcel.writeString(mFullName); in writeToParcel()
|