Searched refs:newSnapshot (Results 1 – 3 of 3) sorted by relevance
195 final TelephonySubscriptionSnapshot newSnapshot = in handleSubscriptionsChanged() local200 if (!newSnapshot.equals(mCurrentSnapshot)) { in handleSubscriptionsChanged()201 mCurrentSnapshot = newSnapshot; in handleSubscriptionsChanged()204 mCallback.onNewSnapshot(newSnapshot); in handleSubscriptionsChanged()
382 public void updateSubscriptionSnapshot(@NonNull TelephonySubscriptionSnapshot newSnapshot) { in updateSubscriptionSnapshot() argument383 Objects.requireNonNull(newSnapshot, "Missing newSnapshot"); in updateSubscriptionSnapshot()386 mLastSnapshot = newSnapshot; in updateSubscriptionSnapshot()391 .equals(newSnapshot.getAllSubIdsInGroup(mSubscriptionGroup))) { in updateSubscriptionSnapshot()
338 KeyedVector<String8,FileRec> newSnapshot; in back_up_files() local367 if (newSnapshot.indexOfKey(key) >= 0) { in back_up_files()378 newSnapshot.add(key, r); in back_up_files()384 int M = newSnapshot.size(); in back_up_files()388 const String8& q = newSnapshot.keyAt(m); in back_up_files()389 FileRec& g = newSnapshot.editValueAt(m); in back_up_files()433 const String8& q = newSnapshot.keyAt(m); in back_up_files()434 FileRec& g = newSnapshot.editValueAt(m); in back_up_files()439 err = write_snapshot_file(newSnapshotFD, newSnapshot); in back_up_files()