Searched refs:mId (Results 1 – 4 of 4) sorted by relevance
37 private final String mId; field in TemporaryNotificationChannel46 mId = id; in TemporaryNotificationChannel()52 return mId; in getId()57 NotificationChannel channel = new NotificationChannel(mId, mName, mImportance); in before()63 getNotificationManager().deleteNotificationChannel(mId); in after()
54 String mId = null; field in HeapDumpHelper75 mId = id; in startCollecting()95 if (mId != null && !mId.isEmpty()) { in getMetrics()103 mId); in getMetrics()119 mId); in getMetrics()178 if (mId == null || mId.isEmpty()) { in collectHeapDump()206 mId = null; in stopCollecting()
29 private String mId; field in ModuleResult48 mId = id; in ModuleResult()168 return mId; in getId()176 return AbiUtils.parseTestName(mId); in getName()184 return AbiUtils.parseAbi(mId); in getAbi()
41 private final String mId; field in DevicePropertyInfo91 mId = id; in DevicePropertyInfo()142 mId = id; in DevicePropertyInfo()177 propertyMap.put(prefix + "id", mId); in getPropertytMapWithPrefix()