Home
last modified time | relevance | path

Searched refs:newS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/incident_section_gen/
Dmain.cpp155 static string replaceAll(const string& fieldName, const char oldC, const string& newS) { in replaceAll() argument
158 char* res = new char[fieldName.size() * newS.size() + 1]; // assign a larger buffer in replaceAll()
166 for (size_t i=0; i<newS.size(); i++) { in replaceAll()
167 res[idx++] = newS[i]; in replaceAll()
/frameworks/base/core/java/android/app/
DNotification.java6910 BigTextStyle newS = (BigTextStyle) other;
6911 return !Objects.equals(String.valueOf(getBigText()), String.valueOf(newS.getBigText()));
7290 MessagingStyle newS = (MessagingStyle) other; in areNotificationsVisiblyDifferent() local
7292 List<MessagingStyle.Message> newMs = newS.getMessages(); in areNotificationsVisiblyDifferent()
7960 InboxStyle newS = (InboxStyle) other; in areNotificationsVisiblyDifferent() local
7963 final ArrayList<CharSequence> newLines = newS.getLines(); in areNotificationsVisiblyDifferent()