OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TelephonyHistogram
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/telephony/java/android/telephony/
TelephonyHistogram.java
31
public final class
TelephonyHistogram
implements Parcelable {
80
public
TelephonyHistogram
(int category, int id, int bucketCount) {
96
public
TelephonyHistogram
(
TelephonyHistogram
th) {
259
public static final Parcelable.Creator<
TelephonyHistogram
> CREATOR =
260
new Parcelable.Creator<
TelephonyHistogram
> () {
263
public
TelephonyHistogram
createFromParcel(Parcel in) {
264
return new
TelephonyHistogram
(in);
268
public
TelephonyHistogram
[] newArray(int size) {
269
return new
TelephonyHistogram
[size]
[
all
...]
/prebuilts/sdk/system_current/
android.jar
Completed in 48 milliseconds