OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLastActivity
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapConvoContactElement.java
59
private long
mLastActivity
= -1;
81
this.
mLastActivity
= lastActivity;
161
Date date = new Date(
mLastActivity
);
166
this.
mLastActivity
= dateTime;
172
this.
mLastActivity
= date.getTime();
184
if (this.
mLastActivity
< e.
mLastActivity
) {
186
} else if (this.
mLastActivity
> e.
mLastActivity
) {
215
if(
mLastActivity
!= -1)
[
all
...]
BluetoothMapConvoListingElement.java
51
private long
mLastActivity
= -1;
136
return
mLastActivity
;
141
Date date = new Date(
mLastActivity
);
147
this.
mLastActivity
= last;
154
this.
mLastActivity
= date.getTime();
233
if (this.
mLastActivity
< e.
mLastActivity
) {
235
} else if (this.
mLastActivity
> e.
mLastActivity
) {
256
if(
mLastActivity
!= -1)
[
all
...]
BluetoothMapAppParams.java
172
private long
mLastActivity
= INVALID_VALUE_PARAMETER;
[
all
...]
/frameworks/base/core/java/android/app/
Instrumentation.java
452
/*package*/ Activity
mLastActivity
= null;
531
return
mLastActivity
;
542
while (
mLastActivity
== null) {
548
Activity res =
mLastActivity
;
549
mLastActivity
= null;
565
if (
mLastActivity
== null) {
571
if (
mLastActivity
== null) {
574
Activity res =
mLastActivity
;
575
mLastActivity
= null;
602
mLastActivity
= activity
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
Completed in 92 milliseconds