Searched refs:mGroupKey (Results 1 – 1 of 1) sorted by relevance
48 private String mGroupKey; field in NotificationGroup114 mGroupKey = groupKey; in setGroupKey()124 return mGroupKey; in getGroupKey()323 if (mGroupKey == null) { in assertSameGroupKey()325 } else if (!mGroupKey.equals(groupKey)) { in assertSameGroupKey()341 Log.d(TAG, "The current groupKey is: " + mGroupKey + ", and it will be" in updateGroupKeyOrThrowError()348 + "mGroupKey: " + mGroupKey + "; groupKey:" + groupKey); in updateGroupKeyOrThrowError()355 return mGroupKey + ": " + mNotifications.toString(); in toString()