Searched refs:onCreate (Results 1 - 25 of 853) sorted by path

1234567891011>>

/packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/
H A DBasicSmsReceiverApp.java32 public void onCreate() { method in class:BasicSmsReceiverApp
33 super.onCreate();
H A DDialogSmsDisplay.java46 protected void onCreate(Bundle savedInstanceState) { method in class:DialogSmsDisplay
47 super.onCreate(savedInstanceState);
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterApp.java48 public void onCreate() { method in class:AdapterApp
49 super.onCreate();
50 if (DBG) Log.d(TAG, "onCreate");
H A DAdapterService.java328 public void onCreate() { method in class:AdapterService
329 super.onCreate();
330 debugLog("onCreate()");
H A DProfileService.java103 public void onCreate() { method in class:ProfileService
104 if (DBG) log("onCreate");
105 super.onCreate();
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapEmailSettings.java40 protected void onCreate(Bundle savedInstanceState) { method in class:BluetoothMapEmailSettings
41 super.onCreate(savedInstanceState);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppBtEnableActivity.java54 protected void onCreate(Bundle savedInstanceState) { method in class:BluetoothOppBtEnableActivity
55 super.onCreate(savedInstanceState);
H A DBluetoothOppBtEnablingActivity.java69 protected void onCreate(Bundle savedInstanceState) { method in class:BluetoothOppBtEnablingActivity
70 super.onCreate(savedInstanceState);
H A DBluetoothOppBtErrorActivity.java55 protected void onCreate(Bundle savedInstanceState) { method in class:BluetoothOppBtErrorActivity
56 super.onCreate(savedInstanceState);
H A DBluetoothOppIncomingFileConfirmActivity.java93 protected void onCreate(Bundle savedInstanceState) { method in class:BluetoothOppIncomingFileConfirmActivity
95 if (V) Log.d(TAG, "onCreate(): action = " + getIntent().getAction());
96 super.onCreate(savedInstanceState);
H A DBluetoothOppLauncherActivity.java74 public void onCreate(Bundle savedInstanceState) { method in class:BluetoothOppLauncherActivity
75 super.onCreate(savedInstanceState);
H A DBluetoothOppLiveFolder.java51 protected void onCreate(Bundle savedInstanceState) { method in class:BluetoothOppLiveFolder
52 super.onCreate(savedInstanceState);
H A DBluetoothOppProvider.java130 public void onCreate(final SQLiteDatabase db) { method in class:BluetoothOppProvider.DatabaseHelper
297 public boolean onCreate() { method in class:BluetoothOppProvider
H A DBluetoothOppService.java147 public void onCreate() { method in class:BluetoothOppService
148 super.onCreate();
149 if (V) Log.v(TAG, "onCreate");
H A DBluetoothOppTransferActivity.java133 protected void onCreate(Bundle savedInstanceState) { method in class:BluetoothOppTransferActivity
134 super.onCreate(savedInstanceState);
H A DBluetoothOppTransferHistory.java85 public void onCreate(Bundle icicle) { method in class:BluetoothOppTransferHistory
86 super.onCreate(icicle);
H A DTestActivity.java93 public void onCreate(Bundle savedInstanceState) { method in class:TestActivity
94 super.onCreate(savedInstanceState);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapActivity.java111 protected void onCreate(Bundle savedInstanceState) { method in class:BluetoothPbapActivity
112 super.onCreate(savedInstanceState);
H A DBluetoothPbapService.java194 public void onCreate() { method in class:BluetoothPbapService
195 super.onCreate();
196 if (VERBOSE) Log.v(TAG, "Pbap Service onCreate");
225 // all restart work done in onCreate()
/packages/apps/Browser/src/com/android/browser/
H A DAddBookmarkPage.java598 protected void onCreate(Bundle icicle) { method in class:AddBookmarkPage
599 super.onCreate(icicle);
H A DAutoFillProfileDatabase.java57 public void onCreate(SQLiteDatabase db) { method in class:AutoFillProfileDatabase.AutoFillProfileDatabaseHelper
78 onCreate(db);
H A DBookmarkSearch.java31 protected void onCreate(Bundle savedInstanceState) { method in class:BookmarkSearch
32 super.onCreate(savedInstanceState);
H A DBrowser.java34 public void onCreate() { method in class:Browser
35 super.onCreate();
38 Log.v(LOGTAG, "Browser.onCreate: this=" + this);
H A DBrowserActivity.java55 public void onCreate(Bundle icicle) { method in class:BrowserActivity
60 super.onCreate(icicle);
H A DBrowserBookmarksPage.java328 public void onCreate(Bundle icicle) { method in class:BrowserBookmarksPage
329 super.onCreate(icicle);

Completed in 355 milliseconds

1234567891011>>