Searched refs:ownerName (Results 1 – 3 of 3) sorted by relevance
46 public SetDevicePolicyTask(Context context, String ownerName, Callback callback) { in SetDevicePolicyTask() argument47 this(context, ownerName, callback, UserHandle.myUserId()); in SetDevicePolicyTask()51 /* package */ SetDevicePolicyTask(Context context, String ownerName, Callback callback, in SetDevicePolicyTask() argument55 mOwnerName = ownerName; in SetDevicePolicyTask()
145 String ownerName =null; in getProfileName() local147 ownerName = c.getString(0); in getProfileName()153 return ownerName; in getProfileName()
249 String ownerName = null; in getPhonebookNameList() local251 ownerName = BluetoothPbapUtils.getProfileName(mContext); in getPhonebookNameList()253 if (ownerName == null || ownerName.length()==0) { in getPhonebookNameList()254 ownerName = BluetoothPbapService.getLocalPhoneName(); in getPhonebookNameList()256 nameList.add(ownerName); in getPhonebookNameList()