Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DSyncActivityTooManyDeletes.java79 CharSequence tooManyDeletesDescFormat = in onCreate() local
81 textView.setText(String.format(tooManyDeletesDescFormat.toString(), in onCreate()
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java3821 CharSequence tooManyDeletesDescFormat = mContext.getResources().getText( in installHandleTooManyDeletesNotification() local
3835 String.format(tooManyDeletesDescFormat.toString(), authorityName)) in installHandleTooManyDeletesNotification()