HomeSort by relevance Sort by last modified time
    Searched full:thiskind (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/java/android/app/
Notification.java 818 final String[] thiskind = this.kind; local
819 if (thiskind != null) {
820 final int N = thiskind.length;
822 System.arraycopy(thiskind, 0, thatkind, 0, N);
    [all...]

Completed in 40 milliseconds