OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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