OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurConnection
(Results
1 - 6
of
6
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/app/
RemoteService.java
480
ServiceConnection
mCurConnection
;
497
if (
mCurConnection
!= this) {
506
if (
mCurConnection
!= this) {
514
mCurConnection
= null;
558
if (
mCurConnection
!= null) {
559
unbindService(
mCurConnection
);
560
mCurConnection
= null;
564
mCurConnection
= conn;
571
if (
mCurConnection
!= null) {
572
unbindService(
mCurConnection
);
[
all
...]
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
FrameworkPerfActivity.java
76
TestConnection
mCurConnection
;
252
if (
mCurConnection
!= conn) {
327
final TestConnection conn =
mCurConnection
;
353
if (
mCurConnection
== conn) {
361
mCurConnection
= null;
367
if (DEBUG) Log.i(TAG, "startCurOp:
mCurConnection
=" +
mCurConnection
);
368
if (
mCurConnection
!= null) {
376
mCurConnection
= new TestConnection();
386
Log.i(TAG, "Binding " +
mCurConnection
, here)
[
all
...]
/frameworks/base/media/java/android/service/media/
MediaBrowserService.java
100
private ConnectionRecord
mCurConnection
;
503
if (
mCurConnection
== null) {
507
return
mCurConnection
.rootHints == null ? null : new Bundle(
mCurConnection
.rootHints);
660
mCurConnection
= connection;
666
mCurConnection
= null;
707
mCurConnection
= connection;
709
mCurConnection
= null;
/frameworks/support/v4/java/android/support/v4/media/
MediaBrowserServiceCompat.java
123
private ConnectionRecord
mCurConnection
;
194
if (
mCurConnection
== null) {
198
return
mCurConnection
.rootHints == null ? null : new Bundle(
mCurConnection
.rootHints);
256
if (
mCurConnection
== null) {
260
return
mCurConnection
.rootHints == null ? null : new Bundle(
mCurConnection
.rootHints);
[
all
...]
/prebuilts/sdk/current/support/v13/
android-support-v13.jar
/prebuilts/sdk/current/support/v4/
android-support-v4.jar
Completed in 231 milliseconds