Home
last modified time | relevance | path

Searched refs:getAllRequestingApps (Results 1 – 1 of 1) sorted by relevance

/development/apps/PushApiAuthenticator/src/com/example/android/pushapiauthenticator/
DMainActivity.java69 final Button getAllRequestingApps = (Button) findViewById(R.id.getallrequestingapps); in onCreate() local
114 getAllRequestingApps.setOnClickListener(new View.OnClickListener() { in onCreate()