Searched defs:mLaunchButton (Results 1 - 1 of 1) sorted by relevance

/packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
H A DNotificationListenerActivity.java54 private Button mLaunchButton; field in class:NotificationListenerActivity
78 mLaunchButton = (Button) findViewById(R.id.launch_settings);
147 mLaunchButton.setText(R.string.launch_to_disable);
156 mLaunchButton.setText(R.string.launch_to_enable);

Completed in 65 milliseconds